diff options
| author | andrewdkim <adkim414@gmail.com> | 2019-11-12 17:20:21 -0500 |
|---|---|---|
| committer | andrewdkim <adkim414@gmail.com> | 2019-11-12 17:20:21 -0500 |
| commit | 4d4db3aecf54a501a981c239feacdfddfe71152c (patch) | |
| tree | be88d035f7045bc98750fce15fb46164ddec6e54 /src/client/views/animationtimeline/Timeline.scss | |
| parent | 7977625e5b408d6e47432caaf7382aa315fc9832 (diff) | |
bug fix with ui changes
Diffstat (limited to 'src/client/views/animationtimeline/Timeline.scss')
| -rw-r--r-- | src/client/views/animationtimeline/Timeline.scss | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/client/views/animationtimeline/Timeline.scss b/src/client/views/animationtimeline/Timeline.scss index 6270eed41..88d602d76 100644 --- a/src/client/views/animationtimeline/Timeline.scss +++ b/src/client/views/animationtimeline/Timeline.scss @@ -11,7 +11,7 @@ flex-direction: row; justify-content: space-evenly; align-items: center; - top: 15px; + top: 20px; div{ padding: 0px; margin-left:10px; @@ -56,12 +56,13 @@ } .time-input{ height: 40px; - width: 100px; + width: 120px; white-space: nowrap; font-size: 16px; color: grey; letter-spacing: 2px; text-transform: uppercase; + padding-left: 5px; } .tick{ |
