Fix: Pinned Tab - icon algin, bottom rounded corner at overflow #330

This commit is contained in:
alstjr7375 2022-02-19 00:57:46 +09:00
parent d1f3da1969
commit 3cb6244692

View file

@ -2882,7 +2882,8 @@ menuitem.openintabs-menuitem,
#tabbrowser-arrowscrollbox,
#tabbrowser-arrowscrollbox[overflowing="true"] > .tabbrowser-tab[pinned="true"],
#tabbrowser-arrowscrollbox[overflowing="true"] > .tabbrowser-tab[pinned="true"] .tab-background {
#tabbrowser-arrowscrollbox[overflowing="true"] > .tabbrowser-tab[pinned="true"] .tab-stack,
#tabbrowser-arrowscrollbox[overflowing="true"] > .tabbrowser-tab[pinned="true"] .tab-content {
max-height: var(--tab-min-height) !important; /* Force apply height */
}