fix(firefox): change tab height
This commit is contained in:
parent
3ec43e373c
commit
21d0798440
1 changed files with 6 additions and 4 deletions
|
@ -4,6 +4,12 @@
|
||||||
display: none !important;
|
display: none !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
:root * {
|
||||||
|
--margin-left-icons-personal: 3px !important;
|
||||||
|
--tab-height-personal: 41px !important;
|
||||||
|
--uc-tab-corner-height: 41px !important;
|
||||||
|
}
|
||||||
|
|
||||||
/* https://github.com/Godiesc/firefox-gx/blob/main/Tricks/README.md */
|
/* https://github.com/Godiesc/firefox-gx/blob/main/Tricks/README.md */
|
||||||
/* Extensions button into the "left-sidebar" - Immovable */
|
/* Extensions button into the "left-sidebar" - Immovable */
|
||||||
|
|
||||||
|
@ -73,10 +79,6 @@ toolbar .toolbarbutton-1 > .toolbarbutton-badge-stack {
|
||||||
width: unset !important;
|
width: unset !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
:root {
|
|
||||||
--margin-left-icons-personal: 3px !important;
|
|
||||||
}
|
|
||||||
|
|
||||||
:root:not([chromehidden~="toolbar"]) #PanelUI-menu-button > stack{
|
:root:not([chromehidden~="toolbar"]) #PanelUI-menu-button > stack{
|
||||||
display: unset;
|
display: unset;
|
||||||
align-items: unset !important;
|
align-items: unset !important;
|
||||||
|
|
Loading…
Reference in a new issue