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