aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/animationtimeline/TimelineMenu.scss
diff options
context:
space:
mode:
authorandrewdkim <adkim414@gmail.com>2019-08-06 16:02:35 -0400
committerandrewdkim <adkim414@gmail.com>2019-08-06 16:02:35 -0400
commita4b5fa0273bb7bc872699f0f0ce047ec0fbc7d43 (patch)
treeac35fc8a360682c0e2dd1dd1abffe8fb52a09d74 /src/client/views/animationtimeline/TimelineMenu.scss
parentb6990a61befdea70abd99f125a2488ce5a6f04a6 (diff)
debug and context menu
Diffstat (limited to 'src/client/views/animationtimeline/TimelineMenu.scss')
-rw-r--r--src/client/views/animationtimeline/TimelineMenu.scss13
1 files changed, 11 insertions, 2 deletions
diff --git a/src/client/views/animationtimeline/TimelineMenu.scss b/src/client/views/animationtimeline/TimelineMenu.scss
index 458c1eda1..ed047e52d 100644
--- a/src/client/views/animationtimeline/TimelineMenu.scss
+++ b/src/client/views/animationtimeline/TimelineMenu.scss
@@ -1,7 +1,16 @@
.timeline-menu-container{
position: absolute;
z-index: 10000;
- width: 500px;
- height: 500px;
+ width: 150px;
+ height: auto;
background-color: black;
+ .timeline-menu-button{
+ width:100%;
+ height: 30px;
+
+ }
+ .timeline-menu-input{
+ width:100%;
+ height: 30px;
+ }
} \ No newline at end of file