Skip to content

Commit ba52ff8

Browse files
authored
Mint-Y cinnamon: GWL: use fixed size font for window count badge (#524)
So that it isn't affected by user font scaling
1 parent b59d603 commit ba52ff8

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

src/Mint-Y/cinnamon/cinnamon-dark.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1231,7 +1231,7 @@ StScrollBar {
12311231
padding-left: 4px; }
12321232

12331233
.grouped-window-list-number-label {
1234-
font-size: 0.8em;
1234+
font-size: 10px;
12351235
z-index: 99;
12361236
color: #ffffff; }
12371237

src/Mint-Y/cinnamon/cinnamon.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1231,7 +1231,7 @@ StScrollBar {
12311231
padding-left: 4px; }
12321232

12331233
.grouped-window-list-number-label {
1234-
font-size: 0.8em;
1234+
font-size: 10px;
12351235
z-index: 99;
12361236
color: #ffffff; }
12371237

src/Mint-Y/cinnamon/sass/_common.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1639,7 +1639,7 @@ $base_padding: 7px;
16391639
}
16401640

16411641
&-number-label {
1642-
font-size: 0.8em;
1642+
font-size: 10px;
16431643
z-index: 99;
16441644
color: $selected_fg_color;
16451645
}

0 commit comments

Comments
 (0)