Skip to content

Commit 99f0c72

Browse files
fix(tabsbar): fix vertical tabs pinned tabs spacing
1 parent 69c2cc0 commit 99f0c72

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

theme/parts/tabsbar.css

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -218,7 +218,10 @@ spacer[part=overflow-start-indicator], spacer[part=overflow-end-indicator] {
218218

219219
/* Vertical tabs only */
220220
#tabbrowser-tabs[orient="vertical"] & {
221-
padding-block: var(--gnome-toolbar-spacing) !important;
221+
padding-block: calc(var(--gnome-toolbar-spacing) / 2) !important;
222+
&[pinned] {
223+
padding-block: var(--gnome-toolbar-spacing) !important;
224+
}
222225
}
223226
}
224227

0 commit comments

Comments
 (0)