Skip to content

Commit 2ef7eeb

Browse files
authored
Mint-Y cinnamon: window-list applet set fixed notification badge font size (#527)
So that it isn't affected by user font scaling
1 parent c2a0241 commit 2ef7eeb

File tree

3 files changed

+10
-0
lines changed

3 files changed

+10
-0
lines changed

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

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1245,6 +1245,9 @@ StScrollBar {
12451245
background-color: #35a854;
12461246
margin: 0; }
12471247

1248+
.grouped-window-list-notifications-badge-label {
1249+
font-size: 12px; }
1250+
12481251
.grouped-window-list-button-label {
12491252
padding-left: 4px; }
12501253

src/Mint-Y/cinnamon/cinnamon.css

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1245,6 +1245,9 @@ StScrollBar {
12451245
background-color: #35a854;
12461246
margin: 0; }
12471247

1248+
.grouped-window-list-notifications-badge-label {
1249+
font-size: 12px; }
1250+
12481251
.grouped-window-list-button-label {
12491252
padding-left: 4px; }
12501253

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

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1650,6 +1650,10 @@ $base_padding: 7px;
16501650
margin: 0;
16511651
}
16521652

1653+
&-notifications-badge-label {
1654+
font-size: 12px;
1655+
}
1656+
16531657
&-button-label {
16541658
padding-left: 4px;
16551659
}

0 commit comments

Comments
 (0)