mirror of
https://github.com/edu4rdshl/gnome-shell.git
synced 2026-07-18 07:34:54 +00:00
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
1 changed files with 4 additions and 0 deletions
|
|
@ -823,6 +823,10 @@ StTooltip StLabel {
|
|||
height: 1em;
|
||||
}
|
||||
|
||||
#notification-scrollview > StScrollBar {
|
||||
padding-left: 6px;
|
||||
}
|
||||
|
||||
#notification-body {
|
||||
spacing: 5px;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue