From 54be2794673185042ccb34af403af76463cf9b21 Mon Sep 17 00:00:00 2001 From: WAS Date: Sun, 26 Mar 2023 18:59:49 -0700 Subject: [PATCH] Update style.css Add menu box shadow --- web/style.css | 1 + 1 file changed, 1 insertion(+) diff --git a/web/style.css b/web/style.css index e612ca407..d2b54be99 100644 --- a/web/style.css +++ b/web/style.css @@ -98,6 +98,7 @@ body { width: 170px; flex-direction: column; align-items: center; + box-shadow: 0px 0px 30px rgba(0,0,0,0.5); } .comfy-queue-size {