fix tab scroll buttons

This commit is contained in:
bmFtZQ 2021-04-15 05:40:18 +08:00 committed by GitHub
parent e0fbdb4006
commit 5c9abd3dd9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -18,7 +18,10 @@
.tabbrowser-tab, .tabbrowser-tab,
#TabsToolbar-customization-target > :not(#tabbrowser-tabs), #TabsToolbar-customization-target > :not(#tabbrowser-tabs),
#TabsToolbar #tabs-newtab-button #TabsToolbar #tabs-newtab-button,
/* no ::part workaround - may have side effects */
#scrollbutton-up[part="scrollbutton-up"]:not(.menupopup-scrollbutton),
#scrollbutton-down[part="scrollbutton-down"]:not(.menupopup-scrollbutton)
{ {
margin-top: 2px !important; margin-top: 2px !important;
} }