diff options
author | multiple creatures <dev@multiple-creature.party> | 2019-04-15 20:46:25 -0500 |
---|---|---|
committer | multiple creatures <dev@multiple-creature.party> | 2019-05-21 03:16:22 -0500 |
commit | 3f282fe433845f8294b93bb5c2e9c37cc404da38 (patch) | |
tree | ff4c4228499c129f58dcac08d7714b640d1a274e /app/javascript/flavours/glitch/styles | |
parent | 340f1e9149c6d648d1b4d107d992dad4fddcb627 (diff) |
Search UI: center hashtag results
Diffstat (limited to 'app/javascript/flavours/glitch/styles')
-rw-r--r-- | app/javascript/flavours/glitch/styles/components/drawer.scss | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/app/javascript/flavours/glitch/styles/components/drawer.scss b/app/javascript/flavours/glitch/styles/components/drawer.scss index 5ad78e0b6..b05f231f2 100644 --- a/app/javascript/flavours/glitch/styles/components/drawer.scss +++ b/app/javascript/flavours/glitch/styles/components/drawer.scss @@ -228,7 +228,11 @@ border-bottom: 0; } - & > .hashtag { + & > .hashtags { + text-align: center; + } + + & > div > .hashtag { display: inline-block; padding: 10px; color: $secondary-text-color; |