Make like/retweet notification content semi-transparent

This commit is contained in:
r 2021-01-16 10:25:34 +00:00
parent 2bb6ba8e1d
commit 87e31dbd66
2 changed files with 12 additions and 1 deletions

View file

@ -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;
}