diff options
author | alpaca-tc <alpaca-tc@alpaca.tc> | 2017-05-24 02:45:43 +0900 |
---|---|---|
committer | Eugen Rochko <eugen@zeonfederated.com> | 2017-05-23 19:45:43 +0200 |
commit | 7ee5fc5d68df5d09262c2c29b7926fcbd2794c1d (patch) | |
tree | bf99e9eea805d034f35c6f0a738ff887cbb40a89 /app/javascript | |
parent | 4289ed1d13b9c3b91663581c44635105c4bc0412 (diff) |
Toggle sensitive from admin page (#3261)
Diffstat (limited to 'app/javascript')
-rw-r--r-- | app/javascript/styles/admin.scss | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/app/javascript/styles/admin.scss b/app/javascript/styles/admin.scss index 3d3623154..d011548a7 100644 --- a/app/javascript/styles/admin.scss +++ b/app/javascript/styles/admin.scss @@ -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; + } } |