This commit is contained in:
vinceliuice
2025-08-04 10:49:10 +08:00
parent 55e9e35d66
commit 837856445e
4 changed files with 21 additions and 3 deletions

View File

@@ -2,9 +2,14 @@
@namespace xul "http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul";
:root[tabsintitlebar] #nav-bar toolbaritem,
:root[tabsintitlebar] #nav-bar toolbarbutton,
#nav-bar-customization-target {
-moz-window-dragging: drag;
-moz-window-dragging: drag !important;
}
#tabbrowser-tabs,
#tabbrowser-arrowscrollbox {
-moz-window-dragging: drag !important;
}
#tabbrowser-tabs[haspinnedtabs]:not([positionpinnedtabs]):not([orient="vertical"]) > #tabbrowser-arrowscrollbox > .tabbrowser-tab:nth-child(1 of :not([pinned], [hidden])) {
@@ -15,6 +20,11 @@
margin: 0 3px !important;
}
#pinned-tabs-container[orient="horizontal"] {
margin-inline-end: 6px !important;
margin-inline-start: 6px !important;
}
/* Tabs bar height */
#TabsToolbar #tabbrowser-tabs {
--tab-min-height: 32px !important;