diff options
author | Eugen Rochko <eugen@zeonfederated.com> | 2017-06-08 14:58:22 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-06-08 14:58:22 +0200 |
commit | 8902e265b4efea68cafef790ee0e2870f62985cd (patch) | |
tree | e52d74efc1074e800ed31b188bfd66962b814ee1 /app/javascript | |
parent | b8ea28d6d0bd5701cf35d6f633b0aa36ceb5ca9c (diff) |
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
Diffstat (limited to 'app/javascript')
-rw-r--r-- | app/javascript/styles/admin.scss | 16 |
1 files changed, 5 insertions, 11 deletions
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; } } |