Changeset 102d2f0 in Klonkt for src/views


Ignore:
Timestamp:
06/14/2026 11:12:05 PM (3 months ago)
Author:
roboburr <roboburr@…>
Branches:
main
Children:
67d4067
Parents:
ddecd9a
Message:

fix: tablet/auto full-player overrides now win (cascade order) + cover

My tablet media query was BEFORE the base sheet rules (.audio-sheet-cover/
info/controls at ~446+), so the base overrode the tablet overrides -> cover
stayed 320px, buttons small. Block moved to AFTER the base rules. Cover now
scales with 48vh, play 108px, panel full-width. audio.css v=2->v=3.

(Verified live via Chrome at 768-1199px: panel full-width, cover ~437px at
tablet height, large buttons.)

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/views/shell.ejs

    rddecd9a r102d2f0  
    168168     anywhere (admin previews, post embeds, etc). The player itself is
    169169     a singleton — see the script tag near </body>. -->
    170 <link rel="stylesheet" href="/assets/css/audio.css?v=2">
     170<link rel="stylesheet" href="/assets/css/audio.css?v=3">
    171171
    172172<%- include('partials/shared-styles') %>
Note: See TracChangeset for help on using the changeset viewer.