Changeset 2f919c0 in Klonkt for src/views/shell.ejs


Ignore:
Timestamp:
06/28/2026 11:20:05 AM (2 months ago)
Author:
Robin Genis <roboburr@…>
Branches:
main
Children:
f1ee40e
Parents:
69a10e7
Message:

fix(grid): restore pinned/boosted accent ring over the new cover <img>

The is-pinned highlight was a tile outline, which the absolute cover <img> now paints over →
boosted tiles in the Cirkel lost their accent border. Redrawn as a ::after overlay above the
image (below badges + nsfw veil).

  • assets/css/style.css — .grid-tile.is-pinned::after ring (replaces outline)
  • views/shell.ejs — style.css cache buster v60
File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/views/shell.ejs

    r69a10e7 r2f919c0  
    198198
    199199<!-- v9 stylesheet (full palette system) -->
    200 <link rel="stylesheet" href="/assets/css/style.css?v=59">
     200<link rel="stylesheet" href="/assets/css/style.css?v=60">
    201201<script>
    202202/* iOS safe-area, built by hand. env(safe-area-inset-top) resolves to 0 on this iOS in
Note: See TracChangeset for help on using the changeset viewer.