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:
Julian Sparber 2024-02-21 14:28:03 +01:00 committed by Florian Müllner
parent 274d8be7b9
commit e334d5e575

View File

@ -41,7 +41,8 @@
// do-not-disturb + clear button
.message-list-controls {
// 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;
@extend %heading;