We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5473e88 commit 9954a13Copy full SHA for 9954a13
chrome/toolbar/tabbar.css
@@ -310,8 +310,20 @@
310
display: none !important;
311
}
312
/* Tasb groups */
313
-#tabbrowser-arrowscrollbox {
+
314
+#pinned-tabs-container[orient="horizontal"] {
315
+ margin-inline-start: 14px !important;
316
+ margin-inline-end: 0 !important;
317
+}
318
+#tabbrowser-tabs:has(#pinned-tabs-container:empty) #tabbrowser-arrowscrollbox {
319
margin-inline-start: 14px !important;
320
321
322
+#tabbrowser-tabs:has(#pinned-tabs-container:not(:empty)) #tabbrowser-arrowscrollbox {
323
+ margin-inline-start: 0 !important;
324
325
326
+#tabbrowser-tabs>#tabbrowser-arrowscrollbox {
327
margin-inline-end: 6px !important;
328
329
.tab-group-label {
0 commit comments