Changeset 7ca3ffc in Klonkt for src/views/partials

Timestamp:
06/26/2026 03:14:05 PM (2 months ago)
Author:
Robin Genis <roboburr@…>
Branches:
main
Children:
a036251
Parents:
dee7f02
Message:

fix(ios): use env(safe-area-inset-*) directly instead of via a CSS var

The masthead + footer safe-area used calc(... + var(--safe-top/bot)), and env() nested
in a CSS custom property doesn't reliably resolve in iOS standalone PWAs (resolves to 0
-> content under the notch). Use env() directly in the calc. Bumped style.css cache-buster
to v53 so PWAs fetch the fresh CSS.

(No files)

Note: See TracChangeset for help on using the changeset viewer.