File tree Expand file tree Collapse file tree 1 file changed +8
-1
lines changed
common/gnome-shell/42/sass Expand file tree Collapse file tree 1 file changed +8
-1
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments