From e539fe0babcf543cf2990e2819d4e9c60e10ba1b Mon Sep 17 00:00:00 2001 From: 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com> Date: Thu, 16 Jan 2025 19:47:23 +1100 Subject: notifications: empty text Scrollbar less transparent --- scss/notifications.scss | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'scss/notifications.scss') diff --git a/scss/notifications.scss b/scss/notifications.scss index 51f1a0b..f9cb7ce 100644 --- a/scss/notifications.scss +++ b/scss/notifications.scss @@ -17,6 +17,7 @@ @include lib.rounded(8); @include lib.border(scheme.$mauve, 0.4, 2); @include lib.shadow; + @include font.mono; min-width: lib.s(400); min-height: lib.s(600); @@ -25,7 +26,6 @@ padding: lib.s(10) lib.s(12); .header { - @include font.mono; @include lib.spacing(8); padding: 0 lib.s(5); @@ -62,6 +62,10 @@ } } + .icon { + font-size: lib.s(32); + } + .notification { .wrapper { padding-bottom: lib.s(10); -- cgit v1.2.3-freya