More consistent shadow on about image
All checks were successful
Build and Deploy to Web Server / deploy (push) Successful in 9m25s

This commit is contained in:
2025-09-08 16:05:50 +09:30
parent 5c5a7524ab
commit 6542cb42a2
4 changed files with 7 additions and 4 deletions

View File

@@ -13,7 +13,7 @@ const { navbarDisplay = "normal" } = Astro.props as Props;
---
<nav
class="font-header group/nav fixed top-0 right-0 left-0 z-50 uppercase"
class="font-header group/nav fixed top-0 right-0 left-0 z-100 uppercase"
aria-label="Primary"
transition:name="nav"
transition:animate="none"

View File

@@ -38,7 +38,10 @@ const initialQueue = await Promise.all(
<div
id="player"
class:list={["fixed right-0 bottom-0 left-0 z-50 bg-black shadow-lg", height]}
class:list={[
"fixed right-0 bottom-0 left-0 z-100 bg-black shadow-lg",
height
]}
transition:persist=""
transition:name="player"
transition:animate="none"