diff --git a/css/main.css b/css/main.css index 275918ee..4e7a57d7 100644 --- a/css/main.css +++ b/css/main.css @@ -486,6 +486,7 @@ div.svelte-362y77>*, div.svelte-362y77>.form>* { bottom: 80%; left: 0; background-color: var(--background-fill-secondary); + box-shadow: 0 0 10px rgba(0, 0, 0, 0.5); z-index: 10000; min-width: 330px; flex-direction: column; @@ -496,6 +497,12 @@ div.svelte-362y77>*, div.svelte-362y77>.form>* { background: transparent !important; border-radius: 0px !important; justify-content: left; + margin: 0 !important; + border-bottom: 0 !important; +} + +.hover-menu button:last-child { + border-bottom: var(--button-border-width) solid var(--button-secondary-border-color) !important; } .hover-menu button:hover {