A couple more mods.

This commit is contained in:
Cameron Redmore 2024-12-13 20:52:32 +00:00
parent bd3f358e16
commit 735e50b485
3 changed files with 34 additions and 9 deletions

View file

@ -8,20 +8,17 @@
--sidebar-transition-duration: 0.15s;
}
#sidebar-main:not(:hover) {
width: var(--sidebar-not-hovered-width) !important;
}
#sidebar-main:hover {
margin-right: calc(-1 * (var(--sidebar-hovered-width) - 50px)) !important;
width: var(--sidebar-hovered-width) !important;
}
#sidebar-main {
width: var(--sidebar-not-hovered-width) !important;
transition: var(--sidebar-transition-duration) !important;
z-index: 5 !important;
}
#sidebar-main:hover, #sidebar-main:active, #sidebar-main:focus, #sidebar-main:focus-within {
margin-right: calc(-1 * (var(--sidebar-hovered-width) - 50px)) !important;
width: var(--sidebar-hovered-width) !important;
}
#tabbrowser-tabs[orient="vertical"] {
&:not([expanded]) {
& .tab-label-container, & .tab-close-button {