aboutsummaryrefslogtreecommitdiff
path: root/static
diff options
context:
space:
mode:
authorr <r@freesoftwareextremist.com>2024-06-17 12:38:44 +0000
committerr <r@freesoftwareextremist.com>2024-06-17 12:38:44 +0000
commite46d067866d3345d9e160fa50fd16af5430e2418 (patch)
tree8ac727c232256b0cbb60c4ae9ef6141bbd810d64 /static
parent61c166b79570219a515bb3b8dd344a403708b371 (diff)
downloadbloat-e46d067866d3345d9e160fa50fd16af5430e2418.tar.gz
bloat-e46d067866d3345d9e160fa50fd16af5430e2418.zip
Fix bell icon notification
Diffstat (limited to 'static')
-rw-r--r--static/style.css9
1 files changed, 6 insertions, 3 deletions
diff --git a/static/style.css b/static/style.css
index 71f64d7..1f266d0 100644
--- a/static/style.css
+++ b/static/style.css
@@ -192,9 +192,12 @@ textarea {
opacity: 0.6;
}
-.notification-container.mention .status-content,
-.notification-container.mention .status-reply-container,
-.notification-container.mention .status-media-container {
+.notification-container.notification-mention .status-content,
+.notification-container.notification-mention .status-reply-container,
+.notification-container.notification-mention .status-media-container,
+.notification-container.notification-status .status-content,
+.notification-container.notification-status .status-reply-container,
+.notification-container.notification-status .status-media-container {
opacity: 1;
}