Changeset a78e051 in Klonkt for src/views/shell.ejs


Ignore:
Timestamp:
06/27/2026 01:03:36 PM (2 months ago)
Author:
Robin Genis <roboburr@…>
Branches:
main
Children:
196e1be
Parents:
0a7ba90
Message:

fix(ui): avatar placeholder opens popup + smaller wrapping source label on tiles

  • views/partials/profile-header.ejs — the no-photo avatar (music-note/initial placeholder) is now a button that opens the profile-summary modal, like the photo case; the modal renders even without a photo (placeholder shown inside) + CSS for the placeholder.
  • assets/css/style.css — the cirkel-feed 'van <site>' source label on grid tiles was 1.44rem (bigger than the post title) and overflowed on mobile; now .72rem, wraps to 2 lines, chain icon kept large (1.3rem) beside it. Same for the no-cover gradient variant.
  • views/shell.ejs — bump style.css cache-buster v56->v57.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/views/shell.ejs

    r0a7ba90 ra78e051  
    198198
    199199<!-- v9 stylesheet (full palette system) -->
    200 <link rel="stylesheet" href="/assets/css/style.css?v=56">
     200<link rel="stylesheet" href="/assets/css/style.css?v=57">
    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.