Update style.css

Add menu box shadow
This commit is contained in:
WAS 2023-03-26 18:59:49 -07:00 committed by GitHub
parent 3980398315
commit 54be279467
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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 {