Skip to content
This repository was archived by the owner on Sep 30, 2024. It is now read-only.

Commit 7972a4a

Browse files
committed
💄 Fix sidebar tabs for mozilla theme
1 parent ed35954 commit 7972a4a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎src/browser/themes/pulse/sidebar_tabs.css‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
background-color: -moz-Dialog;
1919
overflow: hidden;
2020

21-
max-width: var(--tab-min-height);
21+
max-width: calc(var(--tab-min-height) + var(--tab-block-margin) * 2);
2222

2323
/* Makes the sidebar slide out from below */
2424
position: relative;

0 commit comments

Comments
 (0)