diff options
-rw-r--r-- | _scss/imports/scss/_PanelUI.scss | 2 | ||||
-rw-r--r-- | css/ninja.css | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/_scss/imports/scss/_PanelUI.scss b/_scss/imports/scss/_PanelUI.scss index 21ada556..b029ae96 100644 --- a/_scss/imports/scss/_PanelUI.scss +++ b/_scss/imports/scss/_PanelUI.scss | |||
@@ -98,7 +98,7 @@ | |||
98 | } | 98 | } |
99 | 99 | ||
100 | #timelinePanel { | 100 | #timelinePanel { |
101 | height: 116px; | 101 | height: 100%; |
102 | } | 102 | } |
103 | 103 | ||
104 | // Only used by Animation Presets Panel currently | 104 | // Only used by Animation Presets Panel currently |
diff --git a/css/ninja.css b/css/ninja.css index 8ce60a10..d013d9b5 100644 --- a/css/ninja.css +++ b/css/ninja.css | |||
@@ -236,7 +236,7 @@ body { position: absolute; margin: 0px; width: 100%; height: 100%; background-co | |||
236 | 236 | ||
237 | #toolPropertiesPanel { height: 32px; margin: 0px; } | 237 | #toolPropertiesPanel { height: 32px; margin: 0px; } |
238 | 238 | ||
239 | #timelinePanel { height: 116px; } | 239 | #timelinePanel { height: 100%; } |
240 | 240 | ||
241 | .treeComponent { -webkit-user-select: none; font-size: 11px; margin-left: 20px; cursor: default; color: white; } | 241 | .treeComponent { -webkit-user-select: none; font-size: 11px; margin-left: 20px; cursor: default; color: white; } |
242 | 242 | ||