diff options
author | Eugen Rochko <eugen@zeonfederated.com> | 2019-07-27 05:49:50 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-07-27 05:49:50 +0200 |
commit | 8a4674f2c3d89c998eb5438b96b7977dc2be3167 (patch) | |
tree | 5c20c0ff19beb4e911dc527d1f22c8a1ba26dcba /app/javascript/styles | |
parent | b9fbcbfe4e0a15fcf8a457ce17ea080f0eb939fc (diff) |
Add search results pagination to web UI (#11409)
* Add search results pagination to web UI Fix #10737 * Fix code style issue
Diffstat (limited to 'app/javascript/styles')
-rw-r--r-- | app/javascript/styles/mastodon/components.scss | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/app/javascript/styles/mastodon/components.scss b/app/javascript/styles/mastodon/components.scss index 54442e007..8ed27371e 100644 --- a/app/javascript/styles/mastodon/components.scss +++ b/app/javascript/styles/mastodon/components.scss @@ -4006,8 +4006,9 @@ a.status-card.compact:hover { } .search-results__info { - padding: 10px; - color: $secondary-text-color; + padding: 20px; + color: $darker-text-color; + text-align: center; } .modal-root { |