Skip to content

Commit 62dcdb3

Browse files
committed
Cinnamon: window-list applet set notification badge fixed font size
So that it isn't affected by user font scaling
1 parent 78d18d8 commit 62dcdb3

File tree

3 files changed

+10
-0
lines changed

3 files changed

+10
-0
lines changed

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

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1356,6 +1356,9 @@ StScrollBar {
13561356
border-radius: 99px;
13571357
background-color: #4a4a4a; }
13581358

1359+
.grouped-window-list-notifications-badge-label {
1360+
font-size: 12px; }
1361+
13591362
.grouped-window-list-button-label {
13601363
padding-left: 4px; }
13611364

src/Mint-L/cinnamon/cinnamon.css

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1356,6 +1356,9 @@ StScrollBar {
13561356
border-radius: 99px;
13571357
background-color: #4a4a4a; }
13581358

1359+
.grouped-window-list-notifications-badge-label {
1360+
font-size: 12px; }
1361+
13591362
.grouped-window-list-button-label {
13601363
padding-left: 4px; }
13611364

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

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1804,6 +1804,10 @@ $base_padding: 7px;
18041804
background-color: $tooltip_fg_color;
18051805
}
18061806

1807+
&-notifications-badge-label {
1808+
font-size: 12px;
1809+
}
1810+
18071811
&-button-label {
18081812
padding-left: 4px;
18091813
}

0 commit comments

Comments
 (0)