Introduce new border radius variables for stable theming.

This commit is contained in:
LambdAurora
2021-08-30 23:39:02 +02:00
parent d368820aeb
commit 1d42f0a60a
5 changed files with 20 additions and 7 deletions

View File

@@ -21,6 +21,8 @@
--app-height: 100vh;
--border-radius: 6px;
--border-radius-half: 50%;
--border-radius-user-profile-picture: var(--border-radius-half);
--border-radius-server-icon: var(--border-radius-half);
--input-border-width: 2px;
--textarea-padding: 16px;