Changeset 903f10b in Klonkt


Ignore:
Timestamp:
06/20/2026 05:45:30 AM (3 months ago)
Author:
roboburr <roboburr@…>
Branches:
main
Children:
0f11c69
Parents:
a66f691
Message:

fix(audio): larger cover thumbnail on link-only track (44→64px)

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

Location:
src
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • src/assets/css/audio.css

    ra66f691 r903f10b  
    115115/* Cover-thumbnail op een link-only track (i.p.v. het muzieknootje). */
    116116.pat-noplay--cover {
    117   width: 44px; height: 44px; flex: 0 0 44px;
    118   border-radius: 6px;
     117  width: 64px; height: 64px; flex: 0 0 64px;
     118  border-radius: 8px;
    119119  background-size: cover; background-position: center;
    120   margin: 0 .35rem;
     120  margin: 0 .5rem 0 0;
    121121}
    122122.pat-row.pat-static { cursor: default; }
  • src/views/shell.ejs

    ra66f691 r903f10b  
    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=10">
     170<link rel="stylesheet" href="/assets/css/audio.css?v=11">
    171171<!-- Eigen custom media-embeds (YouTube/SoundCloud/Spotify) in huisstijl. -->
    172172<link rel="stylesheet" href="/assets/css/embed.css?v=8">
Note: See TracChangeset for help on using the changeset viewer.