Changeset 6cabd18 in Klonkt


Ignore:
Timestamp:
06/25/2026 10:32:52 PM (3 months ago)
Author:
Robin Genis <roboburr@…>
Branches:
main
Children:
eb2fe08
Parents:
67fe576
Message:

ux(grid): stack tile title + 'van <source>' credit instead of gluing them

The no-cover gradient tile is display:flex without a direction, so the title
and the cirkel-source span sat side by side and ran together ('Title!van X').
The source also inherited the tile link colour. Now: flex column (source below
the title), muted ink-soft colour + a chain prefix like the cover tiles. v=50.

Co-Authored-By: Claude <noreply@…>

Location:
src
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • src/assets/css/style.css

    r67fe576 r6cabd18  
    23922392.grid-tile-overlay-src::before { content: "⛓"; margin-right: .25rem; font-size: .9em; }
    23932393.grid-tile-gradient-src {
    2394     margin-top: .3rem; font-size: .72rem; opacity: .8;
    2395 }
     2394    margin-top: .35rem; font-size: .72rem; opacity: .85;
     2395    color: var(--ink-soft);
     2396    display: inline-flex; align-items: center;
     2397}
     2398.grid-tile-gradient-src::before { content: "⛓"; margin-right: .25rem; font-size: .9em; }
    23962399.grid-tile-overlay strong {
    23972400    color: #fff;
     
    24182421    background-image: linear-gradient(135deg, hsl(var(--tile-hue, 30), 45%, 88%), hsl(calc(var(--tile-hue, 30) + 30), 35%, 75%));
    24192422    display: flex;
     2423    flex-direction: column;
    24202424    align-items: center;
    24212425    justify-content: center;
  • src/views/shell.ejs

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