Allow dynamic corner radius of badges
This commit is contained in:
parent
4247dda350
commit
13868e8b6a
@ -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…
x
Reference in New Issue
Block a user