Gnome-Shell: tweak notifications in calendar panel

This commit is contained in:
Daniel Ruiz de Alegría
2022-03-09 14:55:23 +01:00
parent 682ce6ec3d
commit 1a2c2effbf
3 changed files with 29 additions and 0 deletions
@@ -2734,6 +2734,16 @@ $_osd_color: if($variant=='light', black, $fg_color);
spacing: 12px;
font-size: 10pt; }
.message .message-content {
padding: 6px;
spacing: 0; }
.message .message-title {
padding-top: .5em; }
.message .message-secondary-bin > .event-time {
padding-bottom: .5em; }
/* Notifications & Message Tray */
.notification-banner {
box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2); }