style(nexus): drop invisible shadow-lg on install banner (phase 7)

This commit is contained in:
Nexus Dev 2026-04-11 16:44:01 +00:00
parent 862b856d2b
commit 77edfdb498

View file

@ -49,7 +49,7 @@ export function InstallPromptBanner() {
return (
<div
className="fixed bottom-16 left-4 right-4 z-50 md:bottom-auto md:top-4 md:left-auto md:right-4 md:max-w-sm bg-card border border-border rounded-lg shadow-lg p-4"
className="fixed bottom-16 left-4 right-4 z-50 md:bottom-auto md:top-4 md:left-auto md:right-4 md:max-w-sm bg-card border border-border rounded-lg p-4"
role="banner"
aria-label="Install Nexus app"
>