mirror of
https://github.com/black7375/Firefox-UI-Fix.git
synced 2026-01-03 15:53:52 -08:00
Fix: Pinned Tab - margin alternative to z-index #330
This commit is contained in:
parent
7f70286082
commit
d1f3da1969
1 changed files with 1 additions and 9 deletions
|
|
@ -2885,15 +2885,6 @@ menuitem.openintabs-menuitem,
|
|||
#tabbrowser-arrowscrollbox[overflowing="true"] > .tabbrowser-tab[pinned="true"] .tab-background {
|
||||
max-height: var(--tab-min-height) !important; /* Force apply height */
|
||||
}
|
||||
#tabbrowser-arrowscrollbox[overflowing="true"] > .tabbrowser-tab[pinned="true"] .tab-background {
|
||||
min-height: unset !important; /* Prevent overflow pinned tab hover background overlap */
|
||||
}
|
||||
#tabbrowser-arrowscrollbox[overflowing="true"] > .tabbrowser-tab[pinned="true"] .tab-content {
|
||||
margin-top: auto !important; /* Fix overflow pinned tab icon to vertical center */
|
||||
}
|
||||
:root:not([uidensity="compact"]) #tabbrowser-arrowscrollbox[overflowing="true"] > .tabbrowser-tab[pinned="true"] .tab-icon-stack {
|
||||
margin-top: 4px; /* Also fix for overflow pinned tab icon to vertical center */
|
||||
}
|
||||
|
||||
/* Scroll Button - Size Fix */
|
||||
:root #tabbrowser-arrowscrollbox {
|
||||
|
|
@ -3204,6 +3195,7 @@ menupopup > menu {
|
|||
}
|
||||
|
||||
/* Remove line at Toolbar's top */
|
||||
#nav-bar,
|
||||
#tabbrowser-tabs {
|
||||
z-index: 1 !important;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue