web/layout: use the chrome workaround only in chrome lol

oops
This commit is contained in:
wukko 2025-02-24 21:33:24 +06:00
parent 424a16729e
commit ded23ec29a
No known key found for this signature in database
GPG key ID: 3E30B3F26C7B4AA2

View file

@ -255,7 +255,7 @@
} }
/* fall back to less pretty value cuz chrome doesn't support sign() */ /* fall back to less pretty value cuz chrome doesn't support sign() */
:global([data-chrome]) { :global([data-chrome="true"]) {
--sidebar-height-mobile: calc(50px + env(safe-area-inset-bottom)); --sidebar-height-mobile: calc(50px + env(safe-area-inset-bottom));
} }