Fix menu width for desktop

This commit is contained in:
Justin Edmund 2023-01-28 21:25:43 -08:00
parent 04227e5e47
commit 8c480810b9

View file

@ -4,7 +4,7 @@
border-radius: 6px;
box-shadow: 0 1px 4px rgb(0 0 0 / 8%);
box-sizing: border-box;
min-width: 15vw;
min-width: 30vw;
margin: 0 $unit-2x;
// top: $unit-8x; // This shouldn't be hardcoded. How to calculate it?
// Also, add space that doesn't make the menu disappear if you move your mouse slowly