Browse Source

Allow dynamic corner radius of badges

pull/2867/head
Gabe Kangas 2 years ago
parent
commit
13868e8b6a
No known key found for this signature in database
GPG Key ID: 4345B2060657F330
  1. 2
      web/components/chat/ChatUserBadge/ChatUserBadge.module.scss

2
web/components/chat/ChatUserBadge/ChatUserBadge.module.scss

@ -3,7 +3,7 @@
background-color: var(--color-owncast-palette-0); background-color: var(--color-owncast-palette-0);
height: 18px; height: 18px;
width: 18px; width: 18px;
border-radius: 2px; border-radius: calc(0.3 * var(--theme-rounded-corners));
text-align: center; text-align: center;
padding: 2px; padding: 2px;
display: inline-flex; display: inline-flex;

Loading…
Cancel
Save