Changeset 125e0e1 in Klonkt
- Timestamp:
- 06/17/2026 03:52:13 AM (3 months ago)
- Branches:
- main
- Children:
- 441f5d6
- Parents:
- dbde7f8
- 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
rdbde7f8 r125e0e1 102 102 padding-bottom: calc(72px + 80px + env(safe-area-inset-bottom, 0)); 103 103 } 104 } 105 /* Het auth/login-focusscherm rendert GEEN bottom-tab (zie shell.ejs), maar de body 106 houdt wel de has-bottom-tab-class → zonder dit zou de mini-player 56px boven de 107 onderrand zweven boven een niet-bestaande tab. Reset naar bottom:0 (alle breedtes; 108 op desktop is 't sowieso al 0). Robuuste class-selector — geen :has() in deze 109 kritieke regel. */ 110 body.on-auth .audio-player { 111 bottom: 0; 112 padding-bottom: env(safe-area-inset-bottom, 0); 104 113 } 105 114 [data-theme="dark"] .audio-player { -
src/views/shell.ejs
rdbde7f8 r125e0e1 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= 5">170 <link rel="stylesheet" href="/assets/css/audio.css?v=6"> 171 171 <!-- Eigen custom media-embeds (YouTube/SoundCloud/Spotify) in huisstijl. --> 172 172 <link rel="stylesheet" href="/assets/css/embed.css?v=3">
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)