diff options
Diffstat (limited to 'app/javascript/styles')
-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; } } |