mirror of
https://gitea.phreedom.club/localhost_frssoft/bloat.git
synced 2024-11-05 06:33:01 +00:00
Fix unread notification indicator
This commit is contained in:
parent
3f776ee8c8
commit
e8bfd3093b
@ -4,8 +4,7 @@
|
|||||||
border-left: 4px solid transparent;
|
border-left: 4px solid transparent;
|
||||||
}
|
}
|
||||||
|
|
||||||
.status-container-container:target,
|
.status-container-container:target {
|
||||||
.status-container-container.unread {
|
|
||||||
border-color: #777777;
|
border-color: #777777;
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -179,6 +178,10 @@
|
|||||||
border-left: 4px solid transparent;
|
border-left: 4px solid transparent;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.notification-container.unread {
|
||||||
|
border-color: #777777;
|
||||||
|
}
|
||||||
|
|
||||||
.notification-container.favourite .status-container,
|
.notification-container.favourite .status-container,
|
||||||
.notification-container.reblog .status-container {
|
.notification-container.reblog .status-container {
|
||||||
opacity: 0.6;
|
opacity: 0.6;
|
||||||
|
Loading…
Reference in New Issue
Block a user