Changeset a66f691 in Klonkt for src/assets/css


Ignore:
Timestamp:
06/20/2026 05:43:49 AM (3 months ago)
Author:
roboburr <roboburr@…>
Branches:
main
Children:
903f10b
Parents:
d727e92
Message:

fix(audio): link-only track shows cover (instead of music note)

A track without audio that has a cover set now shows the artwork as thumbnail;
the music note is only the fallback when there is no cover. buster audio.css?v=10.

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

File:
1 edited

Legend:

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

    rd727e92 ra66f691  
    113113}
    114114.pat-noplay svg { width: 18px; height: 18px; }
     115/* Cover-thumbnail op een link-only track (i.p.v. het muzieknootje). */
     116.pat-noplay--cover {
     117  width: 44px; height: 44px; flex: 0 0 44px;
     118  border-radius: 6px;
     119  background-size: cover; background-position: center;
     120  margin: 0 .35rem;
     121}
    115122.pat-row.pat-static { cursor: default; }
    116123
Note: See TracChangeset for help on using the changeset viewer.