about summary refs log tree commit diff
path: root/app/javascript/flavours/glitch/styles/components
diff options
context:
space:
mode:
authorEugen Rochko <eugen@zeonfederated.com>2022-10-28 12:56:51 +0200
committerClaire <claire.github-309c@sitedethib.com>2022-10-28 19:49:45 +0200
commit9f6c175550cf419334ca65bd71b7a456c13cb5a4 (patch)
treec93f135040ead96a070e49191f0f8a56f6c1480f /app/javascript/flavours/glitch/styles/components
parent2cb3dd93649670019871183f5d4d6bb77e33f5ba (diff)
[Glitch] Fix number of uses being shown again on trending hashtags in web UI
Port 923f06a07c851b25b989412f341f87f8b8fff42f to glitch-soc

Signed-off-by: Claire <claire.github-309c@sitedethib.com>
Diffstat (limited to 'app/javascript/flavours/glitch/styles/components')
-rw-r--r--app/javascript/flavours/glitch/styles/components/search.scss3
1 files changed, 1 insertions, 2 deletions
diff --git a/app/javascript/flavours/glitch/styles/components/search.scss b/app/javascript/flavours/glitch/styles/components/search.scss
index ee6b1c0a7..70af0f651 100644
--- a/app/javascript/flavours/glitch/styles/components/search.scss
+++ b/app/javascript/flavours/glitch/styles/components/search.scss
@@ -128,6 +128,7 @@
     align-items: center;
     padding: 15px;
     border-bottom: 1px solid lighten($ui-base-color, 8%);
+    gap: 15px;
 
     &:last-child {
       border-bottom: 0;
@@ -169,8 +170,6 @@
       font-size: 24px;
       font-weight: 500;
       text-align: right;
-      padding-right: 15px;
-      margin-left: 5px;
       color: $secondary-text-color;
       text-decoration: none;
     }