mirror of
https://github.com/edu4rdshl/gnome-shell.git
synced 2026-07-17 23:24:51 +00:00
messageList: Increase space between message list and controls
Part-of: <https://gitlab.gnome.org/GNOME/gnome-shell/-/merge_requests/3173>
This commit is contained in:
parent
274d8be7b9
commit
e334d5e575
1 changed files with 2 additions and 1 deletions
|
|
@ -41,7 +41,8 @@
|
||||||
// do-not-disturb + clear button
|
// do-not-disturb + clear button
|
||||||
.message-list-controls {
|
.message-list-controls {
|
||||||
// NOTE: remove the padding if notification_bubble could remove margin for drop shadow
|
// NOTE: remove the padding if notification_bubble could remove margin for drop shadow
|
||||||
padding: $base_padding $base_padding * 2;
|
padding: $base_padding * 2;
|
||||||
|
padding-bottom: $base_padding;
|
||||||
spacing: $base_padding;
|
spacing: $base_padding;
|
||||||
@extend %heading;
|
@extend %heading;
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue