theme > message-list: pad to account for scrollbar
https://gitlab.gnome.org/GNOME/gnome-shell/merge_requests/904
This commit is contained in:
parent
39b206d862
commit
3582133e29
@ -8,8 +8,8 @@
|
||||
}
|
||||
|
||||
.message-list-sections {
|
||||
margin:$base_margin;
|
||||
spacing: $base_spacing;
|
||||
margin: $base_margin * 4; // to account for scrollbar
|
||||
}
|
||||
|
||||
.message-list-section,
|
||||
|
Loading…
Reference in New Issue
Block a user