about summary refs log tree commit diff
path: root/app/javascript/flavours/glitch/styles/components/search.scss
diff options
context:
space:
mode:
authorSasha Sorokin <dafri.nochiterov8@gmail.com>2019-08-16 01:20:02 +0700
committerThibG <thib@sitedethib.com>2019-09-02 10:57:44 +0200
commit771b01e78520d488e2fa4a6d79ff6622334149c3 (patch)
tree9905ced9dee6793f2a8a0d89380b45fa66107647 /app/javascript/flavours/glitch/styles/components/search.scss
parent8b630f7e54231dd840a463d1d4c00f36fbc09bc4 (diff)
[Glitch] Fix trending counter width
Port a5a5a0adec08082a1d527a2f848dc9b0ababf253 to glitch-soc

Signed-off-by: Thibaut Girka <thib@sitedethib.com>
Diffstat (limited to 'app/javascript/flavours/glitch/styles/components/search.scss')
-rw-r--r--app/javascript/flavours/glitch/styles/components/search.scss2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/javascript/flavours/glitch/styles/components/search.scss b/app/javascript/flavours/glitch/styles/components/search.scss
index f8fc15b12..c3ea47eb0 100644
--- a/app/javascript/flavours/glitch/styles/components/search.scss
+++ b/app/javascript/flavours/glitch/styles/components/search.scss
@@ -143,12 +143,12 @@
 
     &__current {
       flex: 0 0 auto;
-      width: 100px;
       font-size: 24px;
       line-height: 36px;
       font-weight: 500;
       text-align: right;
       padding-right: 15px;
+      margin-left: 5px;
       color: $secondary-text-color;
     }