fix(firefox): change tab height

This commit is contained in:
matt1432 2023-11-23 21:53:05 -05:00
parent 3ec43e373c
commit 21d0798440

View file

@ -4,6 +4,12 @@
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 */
/* Extensions button into the "left-sidebar" - Immovable */
@ -73,10 +79,6 @@ toolbar .toolbarbutton-1 > .toolbarbutton-badge-stack {
width: unset !important;
}
:root {
--margin-left-icons-personal: 3px !important;
}
:root:not([chromehidden~="toolbar"]) #PanelUI-menu-button > stack{
display: unset;
align-items: unset !important;