Changeset 210a9cb in Klonkt for src/views/shell.ejs


Ignore:
Timestamp:
06/20/2026 08:53:59 AM (3 months ago)
Author:
roboburr <roboburr@…>
Branches:
main
Children:
703ead3
Parents:
45d22b1
Message:

fix(downloads): same post width as a real post

.post-page (max-width 720px) was only inline in post.ejs → the downloads page
was missing it and fell back to .container (narrower on small screens, much wider
on large screens). Now global in style.css → posts and /downloads share the exact
same container width. style.css?v=22.

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/views/shell.ejs

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