From 8902e265b4efea68cafef790ee0e2870f62985cd Mon Sep 17 00:00:00 2001 From: Eugen Rochko Date: Thu, 8 Jun 2017 14:58:22 +0200 Subject: Add explit admin actions to (re)subscribe/unsubscribe remote accounts (#3640) * Add explit admin actions to (re)subscribe/unsubscribe remote accounts and re-download avatar/header * Improve how admin NSFW toggle looks --- app/javascript/styles/admin.scss | 16 +++++----------- 1 file changed, 5 insertions(+), 11 deletions(-) (limited to 'app/javascript/styles') diff --git a/app/javascript/styles/admin.scss b/app/javascript/styles/admin.scss index d011548a7..541e57f32 100644 --- a/app/javascript/styles/admin.scss +++ b/app/javascript/styles/admin.scss @@ -245,19 +245,13 @@ .report-status__actions { flex: 0 0 auto; - position: relative; - - .nsfw-button { - color: $white; - font-size: 11px; - width: 11px; - display: block; - } + display: flex; + flex-direction: column; - .trash-button { - position: absolute; - bottom: 10px; + .icon-button { font-size: 24px; width: 24px; + text-align: center; + margin-bottom: 10px; } } -- cgit