This commit is contained in:
vinceliuice 2023-05-29 01:18:28 +08:00
parent b0cad32aa1
commit 6bbad55594

View file

@ -13,8 +13,6 @@
/* Tabs bar height */
#tabbrowser-tabs,
#tabbrowser-tabs arrowscrollbox {
min-height: 0 !important;
max-height: 32px !important;
--tab-min-height: 32px !important;
}
@ -38,7 +36,7 @@
#TabsToolbar {
--toolbarbutton-active-background: transparent !important;
--toolbarbutton-hover-background: transparent !important;
padding: 0 0 !important;
padding: 0 !important;
box-shadow: inset 0 1px var(--gnome-toolbar-border-color), inset 0 1px 3px rgba(0, 0, 0, 0.08) !important;
}