chore: cleanup

This commit is contained in:
Erik Tiekstra
2024-08-26 08:52:32 +02:00
parent f1242e69e3
commit d1a2175804
45 changed files with 70 additions and 324 deletions

View File

@@ -9,7 +9,7 @@
}
.chevron {
transition: transform 0.2s;
transition: transform 0.3s;
}
.chevron.isExpanded {
@@ -18,13 +18,13 @@
.dropdown {
position: absolute;
top: 46px;
top: 2.875rem; /* 2.875rem is the height of the main menu + bottom padding */
right: 0;
background-color: var(--Base-Surface-Primary-light-Normal);
border-radius: var(--Corner-radius-Large);
box-shadow: 0px 0px 14px 6px rgba(0, 0, 0, 0.1);
box-shadow: 0 0 0.875rem 0.375rem rgba(0, 0, 0, 0.1);
min-width: 20rem;
z-index: 1;
z-index: var(--menu-overlay-z-index);
}
/* Triangle above dropdown */