From 9a6a54e2d6a6f7bff8ca5467c8a2680f4ad735fb Mon Sep 17 00:00:00 2001 From: winter Date: Fri, 21 Mar 2025 21:29:53 +0000 Subject: add timestamps to notifications --- static/notifications.css | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'static') diff --git a/static/notifications.css b/static/notifications.css index 9935313..3e7a434 100644 --- a/static/notifications.css +++ b/static/notifications.css @@ -66,5 +66,11 @@ mask-image: none; } } + .notifTimestamp { + text-align: end; + grid-column: 1 / 3; + font-size: var(--font-small-size); + color: var(--clr-lesser-foreground); + } } } -- cgit v1.3