Skip to content

Commit

Permalink
Add temporary variable for border radius
Browse files Browse the repository at this point in the history
Signed-off-by: Marco Ambrosini <marcoambrosini@proton.me>
  • Loading branch information
marcoambrosini committed May 13, 2024
1 parent 6a4e12d commit 5db12d2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions apps/theming/css/default.css
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@
--default-font-size: 15px;
--animation-quick: 100ms;
--animation-slow: 300ms;
--border-radius-new-design: var(--border-radius-large); /** Nextcloud 29+ | temp variable to use old design */
--border-radius: 3px;
--border-radius-large: 10px;
--border-radius-rounded: 28px;
Expand Down

0 comments on commit 5db12d2

Please sign in to comment.