SoundCloud: compact track list
Shrinks the spacing and artwork in track lists so more tracks fit on a single screen.
Code to copy
/* Compact the track list so more tracks fit on screen */
.soundList__item,
.trackList__item {
padding-top: 4px !important;
padding-bottom: 4px !important;
}
.sound__body { padding: 6px 0 !important; }
.sound__artwork,
.sound .image { width: 100px !important; height: 100px !important; }
How to use this example
- Copy the code with the button above.
- Install JustZix (2 minutes) and open the extension on the target page.
- Add a new rule matching that page.
- Paste the code into the rule's CSS panel and save — the effect appears instantly.
Rate this example
No ratings yet — be the first.