diff options
| author | Bob Zeleznik <zzzman@gmail.com> | 2020-06-24 09:52:05 -0400 |
|---|---|---|
| committer | Bob Zeleznik <zzzman@gmail.com> | 2020-06-24 09:52:05 -0400 |
| commit | 7e02ca22f9667d0bdb89b29da3c412ba52976fbf (patch) | |
| tree | 0b2514b29f49806c6856f88f01454da07bcb885c /src/client/views/AntimodeMenu.scss | |
| parent | 71ba25ed627be46d02878e58bd791bf817d552ad (diff) | |
fixed placement of settings panel icon & panel. fixed layout of docked text bar. added blockquote icon
Diffstat (limited to 'src/client/views/AntimodeMenu.scss')
| -rw-r--r-- | src/client/views/AntimodeMenu.scss | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/src/client/views/AntimodeMenu.scss b/src/client/views/AntimodeMenu.scss index d4a76ee17..e56574bb7 100644 --- a/src/client/views/AntimodeMenu.scss +++ b/src/client/views/AntimodeMenu.scss @@ -1,7 +1,10 @@ +@import "./globalCssVariables"; + + .antimodeMenu-cont { position: absolute; z-index: 10000; - height: 35px; + height: $antimodemenu-height; background: #323232; box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.25); border-radius: 0px 6px 6px 6px; |
