Update notifications.css

This commit is contained in:
DJObleezy 2025-03-27 09:51:01 -07:00 committed by GitHub
parent b8368cd537
commit fbdade3837
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,4 +1,4 @@
/* notifications.css */ /* notifications.css */
/* Notification Controls */ /* Notification Controls */
.notification-controls { .notification-controls {
display: flex; display: flex;
@ -8,6 +8,11 @@
gap: 10px; gap: 10px;
} }
.full-timestamp {
font-size: 0.8em;
color: #888;
}
.filter-buttons { .filter-buttons {
display: flex; display: flex;
flex-wrap: wrap; flex-wrap: wrap;
@ -180,6 +185,7 @@
.notification-message { .notification-message {
margin-bottom: 5px; margin-bottom: 5px;
word-break: break-word; word-break: break-word;
color: white;
} }
.notification-meta { .notification-meta {