fix(firefox): fix left sidebar
This commit is contained in:
parent
0f865ad511
commit
14c2594ca5
1 changed files with 11 additions and 4 deletions
|
@ -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,
|
||||||
|
|
Loading…
Reference in a new issue