Add padding on the left of the notification scrollbar
It looks better that way. https://bugzilla.gnome.org/show_bug.cgi?id=630752
This commit is contained in:
parent
c908a060b8
commit
6b0fe1b0b0
@ -823,6 +823,10 @@ StTooltip StLabel {
|
||||
height: 1em;
|
||||
}
|
||||
|
||||
#notification-scrollview > StScrollBar {
|
||||
padding-left: 6px;
|
||||
}
|
||||
|
||||
#notification-body {
|
||||
spacing: 5px;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user