diff --git a/web/src/lib/components/CompactTrackCard.svelte b/web/src/lib/components/CompactTrackCard.svelte
index ed526455..2588bb7a 100644
--- a/web/src/lib/components/CompactTrackCard.svelte
+++ b/web/src/lib/components/CompactTrackCard.svelte
@@ -5,6 +5,11 @@
import TrackMenu from './TrackMenu.svelte';
import CardActionCluster from './CardActionCluster.svelte';
+ // Horizontal compact track row — cover thumb on the left, title +
+ // artist on the right. Mirrors Android's CompactTrackTile so the
+ // Most Played section reads the same way across platforms (three
+ // narrow rows that scroll together).
+
let {
track,
sectionTracks,
@@ -32,24 +37,27 @@
}
-