mirror of
https://github.com/nicolabs/mastodon-timeline-widget.git
synced 2026-02-22 18:45:49 +01:00
~ css for NSFW is back
This commit is contained in:
parent
2272a3dbc5
commit
bb06bd1b51
|
|
@ -42,6 +42,14 @@
|
|||
margin-bottom: 0;
|
||||
}
|
||||
|
||||
.mt-date .nsfw {
|
||||
background: black;
|
||||
color: white;
|
||||
margin-right: .5em;
|
||||
padding: 0 3px;
|
||||
border-radius: 2px;
|
||||
}
|
||||
|
||||
.mt-avatar {
|
||||
position: absolute;
|
||||
top: 5px;
|
||||
|
|
|
|||
Loading…
Reference in a new issue