mirror of
https://codeberg.org/claui/mobile-config-firefox.git
synced 2024-11-09 19:30:15 +00:00
make sidebar 1px wide in fullscreen mode
This commit is contained in:
parent
c56cd11011
commit
a65c512919
1 changed files with 3 additions and 1 deletions
|
@ -10,6 +10,8 @@
|
|||
max-width: var(--uc-sidebar-width) !important;
|
||||
}
|
||||
|
||||
#main-window[sizemode="fullscreen"] #sidebar-box{ --uc-sidebar-width: 1px; }
|
||||
|
||||
#sidebar-splitter{ display: none }
|
||||
|
||||
#sidebar-header{ overflow: hidden; color: var(--chrome-color, inherit) !important}
|
||||
|
@ -37,6 +39,6 @@
|
|||
|
||||
#sidebar,
|
||||
#sidebar-header{
|
||||
background-color: var(--toolbar-non-lwt-bgcolor) !important;
|
||||
background-color: var(--toolbar-bgcolor) !important;
|
||||
border-right: 1px solid rgb(80,80,80);
|
||||
}
|
Loading…
Reference in a new issue