aboutsummaryrefslogtreecommitdiff
path: root/static
diff options
context:
space:
mode:
authorr <r@freesoftwareextremist.com>2021-01-16 18:30:23 +0000
committerr <r@freesoftwareextremist.com>2021-01-16 18:30:23 +0000
commite8bfd3093b0bf16c2ce56b3905ea640aa26d0127 (patch)
tree1402c576b09ffa5f916a9e4684c9bfd3150447d4 /static
parent3f776ee8c88b7af93f54f9f0869ca13ffa14aeea (diff)
downloadbloat-e8bfd3093b0bf16c2ce56b3905ea640aa26d0127.tar.gz
bloat-e8bfd3093b0bf16c2ce56b3905ea640aa26d0127.zip
Fix unread notification indicator
Diffstat (limited to 'static')
-rw-r--r--static/style.css7
1 files changed, 5 insertions, 2 deletions
diff --git a/static/style.css b/static/style.css
index c313c80..5002fd6 100644
--- a/static/style.css
+++ b/static/style.css
@@ -4,8 +4,7 @@
border-left: 4px solid transparent;
}
-.status-container-container:target,
-.status-container-container.unread {
+.status-container-container:target {
border-color: #777777;
}
@@ -179,6 +178,10 @@
border-left: 4px solid transparent;
}
+.notification-container.unread {
+ border-color: #777777;
+}
+
.notification-container.favourite .status-container,
.notification-container.reblog .status-container {
opacity: 0.6;