messageList: Add notification group

This add a widget for the new notification grouping
according to the new designs [1], but the expand behavior will be added
in a future commit.

[1] 9e2bed6f37/notifications-calendar/notifications-grouping.png

Part-of: <https://gitlab.gnome.org/GNOME/gnome-shell/-/merge_requests/3012>
This commit is contained in:
Julian Sparber
2025-02-03 18:30:59 +01:00
committed by Marge Bot
parent 0ac129bbd6
commit 219cd88c82
2 changed files with 203 additions and 0 deletions

View File

@ -58,6 +58,19 @@
}
}
// message notification group
.message-notification-group {
spacing: $base_padding * 2;
.message-group-header {
padding: $base_padding;
.message-group-title {
@extend %title_2;
margin: 0 $base_margin;
}
}
}
// message bubbles
.message {
@extend %card;