fix(firefox-gx): stop overflow of tabs
All checks were successful
Discord / discord commits (push) Has been skipped
All checks were successful
Discord / discord commits (push) Has been skipped
This commit is contained in:
parent
edf1d372c1
commit
ab17dbbc1c
1 changed files with 2 additions and 2 deletions
|
@ -2,7 +2,7 @@
|
||||||
:root * {
|
:root * {
|
||||||
--tab-height-personal: 40px !important;
|
--tab-height-personal: 40px !important;
|
||||||
--uc-tab-corner-height: 41px !important;
|
--uc-tab-corner-height: 41px !important;
|
||||||
--uc-vertical-toolbar-width: 46px !important;
|
--my-vertical-toolbar-width: 46px !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
#appMenu-mainView {
|
#appMenu-mainView {
|
||||||
|
@ -36,7 +36,7 @@ toolbar .toolbarbutton-1>.toolbarbutton-badge-stack {
|
||||||
padding: 10px !important;
|
padding: 10px !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
// Hamnburger button border
|
// Hamburger button border
|
||||||
:root:not([chromehidden~="toolbar"]) #PanelUI-menu-button[open] {
|
:root:not([chromehidden~="toolbar"]) #PanelUI-menu-button[open] {
|
||||||
border: 2px solid var(--button-background-color-primary) !important;
|
border: 2px solid var(--button-background-color-primary) !important;
|
||||||
border-top-left-radius: $rounding !important;
|
border-top-left-radius: $rounding !important;
|
||||||
|
|
Loading…
Reference in a new issue