fix: use gradient overlay instead of box-shadow for status bar shadow

The box-shadow rendered outside the pseudo-element, placing the shadow
below the status bar boundary. Switch to a multi-stop linear gradient
inside the element so the shadow fades smoothly through the status bar
area (+20% overshoot for softer transition).
This commit is contained in:
2026-04-09 21:30:55 +02:00
parent 396174fd34
commit 830a1f98a9
2 changed files with 10 additions and 5 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "homepage",
"version": "1.21.0",
"version": "1.21.1",
"private": true,
"type": "module",
"scripts": {