Skip to content

Commit d2faf44

Browse files
fix(tabasbar): fix tab close size
1 parent f65d966 commit d2faf44

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

theme/parts/tabsbar.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -419,9 +419,9 @@ spacer[part=overflow-start-indicator], spacer[part=overflow-end-indicator] {
419419
.tab-close-button {
420420
fill: var(--gnome-window-color) !important;
421421
fill-opacity: 1 !important;
422-
height: 10px !important;
422+
height: 16px !important;
423423
list-style-image: var(--gnome-icon-window-close-symbolic) !important;
424-
width: 10px !important;
424+
width: 16px !important;
425425
-moz-context-properties: fill, fill-opacity !important;
426426

427427
#tabbrowser-tabs[orient="horizontal"] & {

0 commit comments

Comments
 (0)