improve dropdown menu corner radius and button spacing

This commit is contained in:
Kuldeep M 2022-01-29 09:48:27 +00:00 committed by GitHub
parent dbd4ef33c2
commit f2468b4237
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -14,8 +14,8 @@
.dropdown-content {
background-color: hsl(var(--dropdown-background));
padding: 0.5em;
border-radius: calc(var(--theme-radius) * 0.01em);
padding: calc(0.5em + ((var(--theme-radius) / 8) * 0.01em)) calc(0.5em + ((var(--theme-radius) / 6) * 0.01em));
border-radius: calc(0.25em + (var(--theme-radius) * 0.01em));
display: flex;
flex-direction: column;
gap: 0.25em;