Modal: increase border-radius to 10px

This commit is contained in:
Alex Gleason 2021-10-08 15:42:29 -05:00
parent 81921578e0
commit 6f35933bad
No known key found for this signature in database
GPG key ID: 7211D1F99744FBB7

View file

@ -337,7 +337,7 @@
overflow: hidden; overflow: hidden;
width: 480px; width: 480px;
max-width: 90vw; max-width: 90vw;
border-radius: 4px; border-radius: 10px;
border: 1px solid var(--primary-text-color--faint); border: 1px solid var(--primary-text-color--faint);
color: var(--primary-text-color--faint); color: var(--primary-text-color--faint);
background: var(--foreground-color); background: var(--foreground-color);