Skip to content

Commit 8842fa6

Browse files
committed
gnome-shell: Fix notification message-list appearance
Update against changes in the default theme for GNOME Shell 42.
1 parent 52cd0be commit 8842fa6

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

common/gnome-shell/42/sass/_common.scss

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1322,6 +1322,7 @@ $ws_dot_inactive: $ws_indicator_height / 6;
13221322

13231323
// do-not-disturb + clear button
13241324
.message-list-controls {
1325+
font-weight: normal;
13251326
margin: 18px 18px 0;
13261327
padding: 0;
13271328
spacing: 10px;
@@ -1376,7 +1377,7 @@ $ws_dot_inactive: $ws_indicator_height / 6;
13761377
$message_icon_size: 16px;
13771378

13781379
.message-icon-bin {
1379-
padding: 8px 2px 8px 8px;
1380+
&:ltr { padding: 8px 2px 8px 8px; }
13801381
&:rtl { padding: 8px 8px 8px 2px; }
13811382

13821383
// icon size and color
@@ -1397,11 +1398,13 @@ $ws_dot_inactive: $ws_indicator_height / 6;
13971398
.message-content {
13981399
padding: 8px;
13991400
spacing: 0;
1401+
margin: 0;
14001402
}
14011403

14021404
// title
14031405
.message-title {
14041406
font-weight: bold;
1407+
padding: 0;
14051408
}
14061409

14071410
// secondary container in title box
@@ -1428,6 +1431,9 @@ $ws_dot_inactive: $ws_indicator_height / 6;
14281431
// close button
14291432
.message-close-button {
14301433
color: $fg_color;
1434+
background-color: transparent;
1435+
padding: 0;
1436+
margin: 0;
14311437
&:hover { color: transparentize($fg_color, 0.3); }
14321438
&:active { color: $selected_bg_color }
14331439
}
@@ -1446,6 +1452,7 @@ $ws_dot_inactive: $ws_indicator_height / 6;
14461452
/* Media Controls */
14471453
.message-media-control {
14481454
padding: 12px;
1455+
margin: 0;
14491456
color: $fg_color;
14501457
background-color: transparent;
14511458

0 commit comments

Comments
 (0)