Changeset 703ead3 in Klonkt for src/views


Ignore:
Timestamp:
06/20/2026 08:55:18 AM (3 months ago)
Author:
roboburr <roboburr@…>
Branches:
main
Children:
2e454455
Parents:
210a9cb
Message:

fix(downloads): post width with higher specificity (.container.post-page)

.post-page (0,1,0) lost to @media .container{56rem} → /downloads became wide on
large screens. Now .container.post-page (0,2,0) → 720px wins everywhere.
style.css?v=23.

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/views/shell.ejs

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