mirror of
https://github.com/Retropex/custom-ocean.xyz-dashboard.git
synced 2025-05-12 19:20:45 +02:00
Update notifications.css
This commit is contained in:
parent
b8368cd537
commit
fbdade3837
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user