Changeset 6b0a8e2 in Klonkt


Ignore:
Timestamp:
06/17/2026 12:44:33 AM (3 months ago)
Author:
roboburr <roboburr@…>
Branches:
main
Children:
ee25d45
Parents:
cbd1761
Message:

View-switcher: symmetric space above/below the pill bar (margin-top 1.5rem) + CSS cache-buster v4

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@…>

Location:
src
Files:
2 edited

Legend:

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

    rcbd1761 r6b0a8e2  
    20242024    border-bottom: 1px solid var(--rule);
    20252025    background: var(--paper);
    2026     /* Bottom margin gives breathing room between the switcher bar and the
    2027        first post — without it the feed sits flush against the bar. */
     2026    /* Even veel lucht boven als onder de pill-balk (was scheef: ~8px boven /
     2027       24px onder). Symmetrisch oogt rustiger. */
     2028    margin-top: 1.5rem;
    20282029    margin-bottom: 1.5rem;
    20292030}
  • src/views/shell.ejs

    rcbd1761 r6b0a8e2  
    163163
    164164<!-- v9 stylesheet (full palette system) -->
    165 <link rel="stylesheet" href="/assets/css/style.css?v=3">
     165<link rel="stylesheet" href="/assets/css/style.css?v=4">
    166166
    167167<!-- Audio player styles: loaded on every page so the mini-player works
Note: See TracChangeset for help on using the changeset viewer.