From 7ee5fc5d68df5d09262c2c29b7926fcbd2794c1d Mon Sep 17 00:00:00 2001 From: alpaca-tc Date: Wed, 24 May 2017 02:45:43 +0900 Subject: Toggle sensitive from admin page (#3261) --- app/javascript/styles/admin.scss | 15 +++++++++++++++ 1 file changed, 15 insertions(+) (limited to 'app/javascript/styles') 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; + } } -- cgit