diff options
author | Eugen Rochko <eugen@zeonfederated.com> | 2019-09-09 12:50:09 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-09-09 12:50:09 +0200 |
commit | 261e52268c05d2da4459a23e2898555dd5db5771 (patch) | |
tree | 51ff3e61b3de236a88953e660b3d57d39e78e976 /app/javascript | |
parent | 3feacd2b14aeb60999c9ee83422c6c8090ed3ac2 (diff) |
Add batch approve/reject for pending hashtags in admin UI (#11791)
Diffstat (limited to 'app/javascript')
-rw-r--r-- | app/javascript/styles/mastodon/tables.scss | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/app/javascript/styles/mastodon/tables.scss b/app/javascript/styles/mastodon/tables.scss index fe6beba5d..2aef099e6 100644 --- a/app/javascript/styles/mastodon/tables.scss +++ b/app/javascript/styles/mastodon/tables.scss @@ -211,6 +211,16 @@ a.table-action-link { padding: 0; } } + + .directory__tag { + margin: 0; + width: 100%; + + a { + background: transparent; + border-radius: 0; + } + } } .status__content { |