diff options
| author | winter | 2025-03-21 21:29:53 +0000 |
|---|---|---|
| committer | winter | 2025-03-21 21:29:53 +0000 |
| commit | 9a6a54e2d6a6f7bff8ca5467c8a2680f4ad735fb (patch) | |
| tree | e3ad375ec978eadfef4df1719cd89877128109db /static/notifications.css | |
| parent | 5e8fa866d9c390e8f364ae9de8cd94bb5a832751 (diff) | |
add timestamps to notifications
Diffstat (limited to 'static/notifications.css')
| -rw-r--r-- | static/notifications.css | 6 |
1 files changed, 6 insertions, 0 deletions
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); + } } } |
