0
0
Fork 0

Toggle sensitive from admin page (#3261)

This commit is contained in:
alpaca-tc 2017-05-24 02:45:43 +09:00 committed by Eugen Rochko
parent 4289ed1d13
commit 7ee5fc5d68
6 changed files with 79 additions and 10 deletions

View file

@ -245,4 +245,19 @@
.report-status__actions {
flex: 0 0 auto;
position: relative;
.nsfw-button {
color: $white;
font-size: 11px;
width: 11px;
display: block;
}
.trash-button {
position: absolute;
bottom: 10px;
font-size: 24px;
width: 24px;
}
}