mirror of
https://github.com/Retropex/custom-ocean.xyz-dashboard.git
synced 2025-05-13 03:30:46 +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 */
|
||||||
.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 {
|
||||||
|
Loading…
Reference in New Issue
Block a user