web: move border radius into a variable

This commit is contained in:
wukko
2024-06-16 19:51:02 +06:00
parent 5c916d480b
commit 754e4b015d
4 changed files with 6 additions and 4 deletions

View File

@@ -14,6 +14,7 @@
flex-wrap: nowrap;
scrollbar-width: none;
overflow-x: scroll;
border-radius: var(--border-radius);
}
.switcher :global(.button:first-child) {