Changeset cc22112 in Klonkt for src


Ignore:
Timestamp:
06/20/2026 08:39:48 AM (3 months ago)
Author:
roboburr <roboburr@…>
Branches:
main
Children:
45d22b1
Parents:
d68bcf1
Message:

fix(downloads): compact profile header (on-special) like on a post

The downloads page showed the full (large) profile header + bio; on a post it is
collapsed. bodyClass now 'on-downloads on-special' → same compact header, so
downloads looks the same as a post (including post nav position).

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/routes/download.js

    rd68bcf1 rcc22112  
    6767  renderPage(req, res, 'pages/downloads', {
    6868    pageTitle: 'Downloads — ' + (site.title || ''),
    69     bodyClass: 'on-downloads',
     69    // on-special = compacte profielkop (zoals op een post); on-downloads = pill grijs
     70    // + feature-route-gedrag. Samen → downloads ziet er net zo uit als een post.
     71    bodyClass: 'on-downloads on-special',
    7072    dlTracks: tracks,
    7173    newerPost: nav.newerPost || null,
Note: See TracChangeset for help on using the changeset viewer.