[Glitch] fix(component): adjust style of counter button to fix overflow issue

Port 10922294ff to glitch-soc

Signed-off-by: Claire <claire.github-309c@sitedethib.com>
local
Robert Laurenz 2 years ago committed by Claire
parent b514998dc1
commit 047a2f1f1b
  1. 3
      app/javascript/flavours/glitch/styles/components/index.scss

@ -257,11 +257,12 @@
display: inline-flex; display: inline-flex;
align-items: center; align-items: center;
width: auto !important; width: auto !important;
padding: 0 4px 0 2px;
} }
&__counter { &__counter {
display: inline-block; display: inline-block;
width: 14px; width: auto;
margin-left: 4px; margin-left: 4px;
font-size: 12px; font-size: 12px;
font-weight: 500; font-weight: 500;

Loading…
Cancel
Save