diff options
| author | andrewdkim <adkim414@gmail.com> | 2019-07-19 17:16:07 -0400 |
|---|---|---|
| committer | andrewdkim <adkim414@gmail.com> | 2019-07-19 17:16:07 -0400 |
| commit | 500126248d1bca1b32410e357a910d43a92f9e7a (patch) | |
| tree | e15fc12b7d7379d2507134fbcdb21febf1a4bbb1 /src/client/views/nodes/Timeline.scss | |
| parent | e453e7010def252b6cc10ad49d64708767c5589b (diff) | |
video integration pt2 and bug fixes
Diffstat (limited to 'src/client/views/nodes/Timeline.scss')
| -rw-r--r-- | src/client/views/nodes/Timeline.scss | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/src/client/views/nodes/Timeline.scss b/src/client/views/nodes/Timeline.scss index c1317b16c..6a95cd61b 100644 --- a/src/client/views/nodes/Timeline.scss +++ b/src/client/views/nodes/Timeline.scss @@ -151,4 +151,21 @@ width: 50px; left: calc(50% - 25px); } +} + + + +.overview{ + position: absolute; + height: 50px; + width: 200px; + background-color: black; + .container{ + position: absolute; + float: left 0px; + top: 25%; + height: 75%; + width: 100%; + background-color: grey; + } }
\ No newline at end of file |
