mirror of
https://github.com/glitch-soc/mastodon.git
synced 2025-03-18 01:10:46 -04:00
[Glitch] fix(component): adjust style of counter button to fix overflow issue
Port 10922294ffd2c83e155f020896318d16f3764e8d to glitch-soc Signed-off-by: Claire <claire.github-309c@sitedethib.com>
This commit is contained in:
parent
b514998dc1
commit
047a2f1f1b
@ -257,11 +257,12 @@
|
||||
display: inline-flex;
|
||||
align-items: center;
|
||||
width: auto !important;
|
||||
padding: 0 4px 0 2px;
|
||||
}
|
||||
|
||||
&__counter {
|
||||
display: inline-block;
|
||||
width: 14px;
|
||||
width: auto;
|
||||
margin-left: 4px;
|
||||
font-size: 12px;
|
||||
font-weight: 500;
|
||||
|
Loading…
x
Reference in New Issue
Block a user