fix(firefox): fix left sidebar

This commit is contained in:
matt1432 2023-11-23 22:40:01 -05:00
parent 0f865ad511
commit 14c2594ca5

View file

@ -6,8 +6,8 @@
:root * { :root * {
--margin-left-icons-personal: 3px !important; --margin-left-icons-personal: 3px !important;
--tab-height-personal: 41px !important; --tab-height-personal: 40px !important;
--uc-tab-corner-height: 41px !important; --uc-tab-corner-height: 40px !important;
} }
/* https://github.com/Godiesc/firefox-gx/blob/main/Tricks/README.md */ /* https://github.com/Godiesc/firefox-gx/blob/main/Tricks/README.md */
@ -22,8 +22,8 @@
--toolbarbutton-active-background: transparent !important; --toolbarbutton-active-background: transparent !important;
position: fixed; position: fixed;
display: flex; display: flex;
top: 50px !important; top: 42px !important;
left: inherit !important; left: 2px !important;
z-index: 2 !important; z-index: 2 !important;
fill: var(--general-color) !important; fill: var(--general-color) !important;
width: calc(var(--uc-vertical-toolbar-width) - 4px) !important; width: calc(var(--uc-vertical-toolbar-width) - 4px) !important;
@ -51,6 +51,13 @@
margin-inline: -200px !important; margin-inline: -200px !important;
} }
#PersonalToolbar .toolbarbutton-1 {
margin-block: 0px !important;
}
#PersonalToolbar #PlacesToolbarItems > .bookmark-item {
margin-block: 6px !important;
}
/* -------------------------------------------------------------- */ /* -------------------------------------------------------------- */
/* Fix menu */ /* Fix menu */
:root:not([chromehidden~="toolbar"], [sizemode="fullscreen"]) #PanelUI-menu-button, :root[sizemode="maximized"] #appMenu-popup, :root:not([chromehidden~="toolbar"], [sizemode="fullscreen"]) #PanelUI-menu-button, :root[sizemode="maximized"] #appMenu-popup,