Skip to content

SoundCloud : Rounded by 448

Screenshot of SoundCloud : Rounded

Details

Author448

LicenseNo License

Categorysoundcloud

Created

Updated

Code size552 B

Code checksumadc524ba

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

Minor tweaks to an existing SoundCloud Website. Looks Refreshing!

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name       SoundCloud : Rounded
@version    20250311.16.34
@namespace  ?
==/UserStyle== */

@-moz-document url-prefix("https://soundcloud.com/") {
.sc-artwork {
    border-radius: 10px;
}

.profileHeaderInfo__userName {
    border-radius: 10px;
}

.profileHeaderInfo__additional {
    border-radius: 10px;
}

.timestamp-0  {
    border-radius: 20px;
}

.profileHeaderInfo__additional, .soundTitle__title, .soundTitle__username  {
    border-radius: 5px;
}

.image__rounded {
    border-radius: 27%;
}

}

Reviews

No reviews yet.