glitch fix and cosmetic improvement (#352)

* glitch fix and cosmetic improvement

fix: rule briefly failed to apply when opening new tab
improvement: divider alignment

* Update shrinking_pinned_tabs.css
This commit is contained in:
sonofevil
2024-03-25 18:23:29 +01:00
committed by GitHub
parent fc7b95c037
commit da374c6975
+2 -1
View File
@@ -12,7 +12,7 @@ See the above repository for updates as well as full license text. */
max-width: 32px max-width: 32px
} }
#tabbrowser-arrowscrollbox:not([overflowing]) .tab-content[pinned] { #tabbrowser-arrowscrollbox .tab-content[pinned] {
padding: 0px !important; padding: 0px !important;
justify-content: center; justify-content: center;
} }
@@ -25,3 +25,4 @@ See the above repository for updates as well as full license text. */
scrollbox[part][orient="horizontal"] { scrollbox[part][orient="horizontal"] {
padding-inline: unset !important; padding-inline: unset !important;
} }