mirror of
https://github.com/revoltchat/revite.git
synced 2024-11-05 23:25:44 -05:00
fix: increased margin between username and bot tag
This commit is contained in:
parent
c77213f02f
commit
2dcfc340fa
1 changed files with 1 additions and 2 deletions
|
@ -21,9 +21,8 @@ const BotBadge = styled.div`
|
|||
padding: 0 4px;
|
||||
font-size: 0.6em;
|
||||
user-select: none;
|
||||
margin-inline-start: 2px;
|
||||
margin-inline-start: 4px;
|
||||
text-transform: uppercase;
|
||||
|
||||
color: var(--accent-contrast);
|
||||
background: var(--accent);
|
||||
border-radius: calc(var(--border-radius) / 2);
|
||||
|
|
Loading…
Reference in a new issue