mirror of
https://codeberg.org/claui/mobile-config-firefox.git
synced 2024-11-10 03:40:14 +00:00
Set max-width to the container to make things work properly
This commit is contained in:
parent
64f01c9b76
commit
ace01c890a
1 changed files with 3 additions and 1 deletions
|
@ -7,6 +7,7 @@
|
||||||
position: relative;
|
position: relative;
|
||||||
min-width: var(--uc-sidebar-width) !important;
|
min-width: var(--uc-sidebar-width) !important;
|
||||||
width: var(--uc-sidebar-width) !important;
|
width: var(--uc-sidebar-width) !important;
|
||||||
|
max-width: var(--uc-sidebar-width) !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
#sidebar-splitter{ display: none }
|
#sidebar-splitter{ display: none }
|
||||||
|
@ -21,9 +22,10 @@
|
||||||
|
|
||||||
#sidebar-box:hover > #sidebar{ min-width: var(--uc-sidebar-hover-width) !important; }
|
#sidebar-box:hover > #sidebar{ min-width: var(--uc-sidebar-hover-width) !important; }
|
||||||
|
|
||||||
/* Add sidebar divider */
|
/* Add sidebar divider and give it background */
|
||||||
|
|
||||||
#sidebar,
|
#sidebar,
|
||||||
#sidebar-header{
|
#sidebar-header{
|
||||||
|
background-color: var(--toolbar-non-lwt-bgcolor) !important;
|
||||||
border-right: 1px solid rgb(80,80,80);
|
border-right: 1px solid rgb(80,80,80);
|
||||||
}
|
}
|
Loading…
Reference in a new issue