From a836c5b29a57e00554a5170b1c87dc654c8a7041 Mon Sep 17 00:00:00 2001 From: oobabooga <112222186+oobabooga@users.noreply.github.com> Date: Thu, 14 Sep 2023 07:09:06 -0700 Subject: [PATCH] Improve the hover menu --- css/main.css | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/css/main.css b/css/main.css index 275918e..4e7a57d 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 {