]> cat aescling's git repositories - mastodon.git/commitdiff
[Glitch] Fix trending counter width
authorSasha Sorokin <dafri.nochiterov8@gmail.com>
Thu, 15 Aug 2019 18:20:02 +0000 (01:20 +0700)
committerThibG <thib@sitedethib.com>
Mon, 2 Sep 2019 08:57:44 +0000 (10:57 +0200)
Port a5a5a0adec08082a1d527a2f848dc9b0ababf253 to glitch-soc

Signed-off-by: Thibaut Girka <thib@sitedethib.com>
app/javascript/flavours/glitch/styles/components/search.scss

index f8fc15b12a62608abe9f3e90d6fe53e7dfec4993..c3ea47eb03439174115b6d13d8b85ed10abe2385 100644 (file)
 
     &__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;
     }