diff options
author | bobzel <zzzman@gmail.com> | 2020-09-16 22:39:51 -0400 |
---|---|---|
committer | bobzel <zzzman@gmail.com> | 2020-09-16 22:39:51 -0400 |
commit | 77c23b7513a5c7609d8833a750988c32b35a43e4 (patch) | |
tree | 2c73c158181a1768e200bad4faeb6abd945cbe37 /src/client/views/MainView.scss | |
parent | 7c628f44e72a7d0b4c40c561dca4101712540e87 (diff) |
a bunch of changes to dragging/selection of ui buttons to turn off context menus, remove close buttons on doc decoartions, fix the title region fo tabs,
Diffstat (limited to 'src/client/views/MainView.scss')
-rw-r--r-- | src/client/views/MainView.scss | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/src/client/views/MainView.scss b/src/client/views/MainView.scss index aebb28859..5bab43a3b 100644 --- a/src/client/views/MainView.scss +++ b/src/client/views/MainView.scss @@ -382,4 +382,30 @@ display: block; width: 500px; height: 1000px; +} + +.lm_drag_tab { + padding: 0; + width: 15px !important; + height: 15px !important; + position: relative !important; + display: inline-flex !important; + align-items: center; + top: 0 !important; + right: unset !important; + left: 0 !important; +} +.lm_close_tab { + padding: 0; + width: 15px !important; + height: 15px !important; + position: relative !important; + display: inline-flex !important; + align-items: center; + top: 0 !important; + right: unset !important; + left: 0 !important; +} +.lm_tab, .lm_tab_active { + display: flex !important; }
\ No newline at end of file |