mirror of
https://github.com/black7375/Firefox-UI-Fix.git
synced 2026-03-15 03:11:00 -07:00
Fix: Tab Bar for photon style - height to fixed size #154
This commit is contained in:
parent
144c5ff21c
commit
f3cefbc21e
1 changed files with 6 additions and 0 deletions
|
|
@ -503,6 +503,7 @@
|
|||
/* Toolbar Height */
|
||||
#TabsToolbar {
|
||||
--tab-min-height: 33px !important;
|
||||
--toolbarbutton-inner-padding: unset !important;
|
||||
}
|
||||
:root[uidensity=compact] #TabsToolbar {
|
||||
--tab-min-height: 29px !important;
|
||||
|
|
@ -510,6 +511,11 @@
|
|||
:root[uidensity=touch] #TabsToolbar {
|
||||
--tab-min-height: 41px !important;
|
||||
}
|
||||
#tabbrowser-tabs,
|
||||
#tabbrowser-arrowscrollbox,
|
||||
#tabbrowser-tabs[positionpinnedtabs] > #tabbrowser-arrowscrollbox > .tabbrowser-tab[pinned] {
|
||||
min-height: var(--tab-min-height) !important;
|
||||
}
|
||||
|
||||
/* Top Margin */
|
||||
.tab-background, .tab-content {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue