mirror of
https://gitea.phreedom.club/localhost_frssoft/bloat.git
synced 2025-05-06 03:48:45 +00:00
Make like/retweet notification content semi-transparent
This commit is contained in:
parent
2bb6ba8e1d
commit
87e31dbd66
2 changed files with 12 additions and 1 deletions
|
@ -173,6 +173,17 @@
|
|||
font-size: 13pt;
|
||||
}
|
||||
|
||||
.notification-container {
|
||||
margin: 0 -4px 12px -4px;
|
||||
padding: 4px;
|
||||
border-left: 4px solid transparent;
|
||||
}
|
||||
|
||||
.notification-container.favourite .status-container,
|
||||
.notification-container.reblog .status-container {
|
||||
opacity: 0.6;
|
||||
}
|
||||
|
||||
.notification-info-text span {
|
||||
vertical-align: middle;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue