Allow dynamic corner radius of badges

This commit is contained in:
Gabe Kangas 2023-03-23 19:10:48 -07:00
parent 4247dda350
commit 13868e8b6a
No known key found for this signature in database
GPG key ID: 4345B2060657F330

View file

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