MessageTray, ScreenShield: adjust missed message counter
Fix counter size and position and add some padding in ScreenShield notifications to not obscure the items below the missed message counter. https://bugzilla.gnome.org/show_bug.cgi?id=686472
This commit is contained in:
parent
50fbf9982e
commit
00c78d33e4
@ -1532,13 +1532,13 @@ StScrollBar StButton#vhandle:active {
|
||||
|
||||
.summary-source-counter {
|
||||
background-image: url("summary-counter.svg");
|
||||
background-size: 2.5em;
|
||||
background-size: 2.4em;
|
||||
font-size: 10pt;
|
||||
font-weight: bold;
|
||||
height: 2.5em;
|
||||
width: 2.5em;
|
||||
-shell-counter-overlap-x: 4px;
|
||||
-shell-counter-overlap-y: 4px;
|
||||
height: 2.4em;
|
||||
width: 2.4em;
|
||||
-shell-counter-overlap-x: 13px;
|
||||
-shell-counter-overlap-y: 13px;
|
||||
}
|
||||
|
||||
/* App Switcher */
|
||||
@ -2359,16 +2359,21 @@ StScrollBar StButton#vhandle:active {
|
||||
}
|
||||
|
||||
.screen-shield-notification-source {
|
||||
padding: 0 24px;
|
||||
padding: 13px 24px;
|
||||
spacing: 5px;
|
||||
}
|
||||
|
||||
.screen-shield-notification-label {
|
||||
font-size: 1.2em;
|
||||
font-weight: bold;
|
||||
padding: 0px 18px;
|
||||
color: #babdb6;
|
||||
}
|
||||
|
||||
.screen-shield-notification-count-text {
|
||||
padding: 0px 18px;
|
||||
}
|
||||
|
||||
/* Remove background from notifications, otherwise
|
||||
opacity is doubled and they look darker
|
||||
*/
|
||||
|
Loading…
Reference in New Issue
Block a user