web/PopoverContainer: reduce the shadow

This commit is contained in:
wukko 2025-04-24 16:31:10 +06:00
parent 4202c954d1
commit f21f16a700
No known key found for this signature in database
GPG Key ID: 3E30B3F26C7B4AA2

View File

@ -26,7 +26,7 @@
background: var(--button);
box-shadow:
var(--button-box-shadow),
0 0 10px 10px var(--popover-glow);
0 0 10px 6px var(--popover-glow);
position: relative;
padding: var(--padding);