web: move border radius into a variable
This commit is contained in:
@@ -14,6 +14,7 @@
|
||||
flex-wrap: nowrap;
|
||||
scrollbar-width: none;
|
||||
overflow-x: scroll;
|
||||
border-radius: var(--border-radius);
|
||||
}
|
||||
|
||||
.switcher :global(.button:first-child) {
|
||||
|
||||
Reference in New Issue
Block a user