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 {
display: flex;
@ -8,6 +8,11 @@
gap: 10px;
}
.full-timestamp {
font-size: 0.8em;
color: #888;
}
.filter-buttons {
display: flex;
flex-wrap: wrap;
@ -180,6 +185,7 @@
.notification-message {
margin-bottom: 5px;
word-break: break-word;
color: white;
}
.notification-meta {