mirror of
https://github.com/stoatchat/for-legacy-web.git
synced 2026-03-09 10:15:26 +00:00
fix: increased margin between username and bot tag
This commit is contained in:
@@ -21,9 +21,8 @@ const BotBadge = styled.div`
|
|||||||
padding: 0 4px;
|
padding: 0 4px;
|
||||||
font-size: 0.6em;
|
font-size: 0.6em;
|
||||||
user-select: none;
|
user-select: none;
|
||||||
margin-inline-start: 2px;
|
margin-inline-start: 4px;
|
||||||
text-transform: uppercase;
|
text-transform: uppercase;
|
||||||
|
|
||||||
color: var(--accent-contrast);
|
color: var(--accent-contrast);
|
||||||
background: var(--accent);
|
background: var(--accent);
|
||||||
border-radius: calc(var(--border-radius) / 2);
|
border-radius: calc(var(--border-radius) / 2);
|
||||||
|
|||||||
Reference in New Issue
Block a user