Changeset 67d4067 in Klonkt
- Timestamp:
- 06/14/2026 11:21:54 PM (3 months ago)
- Branches:
- main
- Children:
- cb6b1ad
- Parents:
- 102d2f0
- Location:
- src
- Files:
-
- 2 edited
-
assets/css/audio.css (modified) (1 diff)
-
views/shell.ejs (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
src/assets/css/audio.css
r102d2f0 r67d4067 540 540 padding: clamp(2rem, 5vh, 4rem) clamp(2rem, 6vw, 5rem); 541 541 gap: clamp(1.25rem, 3vh, 2.5rem); 542 justify-content: center; 542 /* 'safe center': verticaal centreren als alles past, maar bovenaan uitlijnen 543 (geen clip) zodra cover + queue hoger zijn dan het scherm — anders wordt de 544 cover boven de viewport geduwd en is 'ie niet te scrollen. */ 545 justify-content: safe center; 543 546 align-items: center; 544 547 } -
src/views/shell.ejs
r102d2f0 r67d4067 168 168 anywhere (admin previews, post embeds, etc). The player itself is 169 169 a singleton — see the script tag near </body>. --> 170 <link rel="stylesheet" href="/assets/css/audio.css?v= 3">170 <link rel="stylesheet" href="/assets/css/audio.css?v=4"> 171 171 172 172 <%- include('partials/shared-styles') %>
Note:
See TracChangeset
for help on using the changeset viewer.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)