diff options
| author | yipstanley <stanley_yip@brown.edu> | 2019-09-28 15:26:27 -0400 |
|---|---|---|
| committer | yipstanley <stanley_yip@brown.edu> | 2019-09-28 15:26:27 -0400 |
| commit | 78d9ea53fcf13a42445f2b2cd9b8a76fef0fdfea (patch) | |
| tree | a6f8cd3f3f5e924548930fe85ea6fa58ee6d38a8 /src/client/views/Main.scss | |
| parent | ca5ba45ffeebfca4c600c55268202672ff55775c (diff) | |
sidebar now flies out
Diffstat (limited to 'src/client/views/Main.scss')
| -rw-r--r-- | src/client/views/Main.scss | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/src/client/views/Main.scss b/src/client/views/Main.scss index bc0975c86..67bfe460f 100644 --- a/src/client/views/Main.scss +++ b/src/client/views/Main.scss @@ -238,6 +238,13 @@ ul#add-options-list { flex-direction: column; } +.expandFlyoutButton { + position: absolute; + top: 30px; + right: 30px; + cursor: pointer; +} + .mainView-libraryHandle { width: 20px; height: 40px; |
