Changeset 903f10b in Klonkt for src/assets/css/audio.css


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@…>

File:
1 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; }
Note: See TracChangeset for help on using the changeset viewer.