diff options
author | Stanley Yip <33562077+yipstanley@users.noreply.github.com> | 2019-10-02 22:01:13 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-10-02 22:01:13 -0400 |
commit | d92082f55fb2e4efc8e838ea02dc7fe0e7e97e3d (patch) | |
tree | e9d701d62411fddfa667beede71fbbc7e48f1eea /src/client/views/Main.scss | |
parent | 9427474b473d70974784a1517a1be902fb8d18ee (diff) | |
parent | 16dd968fed4a94cc0e8e870aa0c0e676d533aad1 (diff) |
Merge pull request #291 from browngraphicslab/interaction
Interaction Changes
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 04249506a..4cd860da2 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; |