mirror of
https://github.com/edu4rdshl/gnome-shell.git
synced 2026-07-17 23:24:51 +00:00
messageList: Fix spacing between messages in calendar
Part-of: <https://gitlab.gnome.org/GNOME/gnome-shell/-/merge_requests/3177>
This commit is contained in:
parent
9c7e1f1180
commit
5cca9009f1
1 changed files with 4 additions and 1 deletions
|
|
@ -29,11 +29,13 @@
|
||||||
// to account for scrollbar
|
// to account for scrollbar
|
||||||
&:ltr {margin-right: $base_margin * 3; }
|
&:ltr {margin-right: $base_margin * 3; }
|
||||||
&:rtl {margin-left: $base_margin * 3;}
|
&:rtl {margin-left: $base_margin * 3;}
|
||||||
|
|
||||||
|
spacing: $base_padding * 2;
|
||||||
}
|
}
|
||||||
|
|
||||||
.message-list-section,
|
.message-list-section,
|
||||||
.message-list-section-list {
|
.message-list-section-list {
|
||||||
spacing: $base_padding * 1.5;
|
spacing: $base_padding * 2;
|
||||||
}
|
}
|
||||||
|
|
||||||
// do-not-disturb + clear button
|
// do-not-disturb + clear button
|
||||||
|
|
@ -62,6 +64,7 @@
|
||||||
.message {
|
.message {
|
||||||
@extend %card;
|
@extend %card;
|
||||||
padding: 0;
|
padding: 0;
|
||||||
|
margin: 0;
|
||||||
border-radius: $modal_radius;
|
border-radius: $modal_radius;
|
||||||
|
|
||||||
// subtract side padding to accommodate the close button's border
|
// subtract side padding to accommodate the close button's border
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue