mirror of
https://github.com/Sendouc/sendou.ink.git
synced 2026-09-11 21:56:11 -05:00
Fix input addon border radius
This commit is contained in:
@@ -48,8 +48,9 @@
|
||||
}
|
||||
|
||||
.addon {
|
||||
--addon-radius: calc(var(--radius-field) - 2px);
|
||||
border-radius: var(--addon-radius) 0 0 var(--addon-radius);
|
||||
display: grid;
|
||||
border-radius: var(--radius-field) 0 0 var(--radius-field);
|
||||
background-color: var(--color-bg-high);
|
||||
color: var(--color-text-high);
|
||||
font-size: var(--font-xs);
|
||||
|
||||
Reference in New Issue
Block a user