Changeset 7ca3ffc in Klonkt for src/views/shell.ejs


Ignore:
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.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/views/shell.ejs

    rdee7f02 r7ca3ffc  
    198198
    199199<!-- v9 stylesheet (full palette system) -->
    200 <link rel="stylesheet" href="/assets/css/style.css?v=52">
     200<link rel="stylesheet" href="/assets/css/style.css?v=53">
    201201
    202202<!-- Audio player styles: loaded on every page so the mini-player works
Note: See TracChangeset for help on using the changeset viewer.