matugen: add rounding
This commit is contained in:
parent
4bb22a248e
commit
19cff288ab
7 changed files with 20 additions and 16 deletions
|
|
@ -65,12 +65,12 @@
|
|||
--icon-spin-transition: 1s ease; /* round icon button spin (settings, emoji, etc.) */
|
||||
|
||||
/* corner roundness (border-radius) */
|
||||
--roundness-xl: 22px; /* roundness of big panel outer corners */
|
||||
--roundness-l: 20px; /* popout panels */
|
||||
--roundness-m: 16px; /* smaller panels, images, embeds */
|
||||
--roundness-s: 12px; /* members, settings inputs */
|
||||
--roundness-xs: 10px; /* channels, buttons */
|
||||
--roundness-xxs: 8px; /* searchbar, small elements */
|
||||
--roundness-xl: {{custom.rounding}}px; /* roundness of big panel outer corners */
|
||||
--roundness-l: {{custom.rounding}}px; /* popout panels */
|
||||
--roundness-m: {{custom.rounding}}px; /* smaller panels, images, embeds */
|
||||
--roundness-s: {{custom.rounding}}px; /* members, settings inputs */
|
||||
--roundness-xs: {{custom.rounding}}px; /* channels, buttons */
|
||||
--roundness-xxs: {{custom.rounding}}px; /* searchbar, small elements */
|
||||
|
||||
/* direct messages moon icon */
|
||||
/* change to block to show, none to hide */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue