Improved some small inconsistencies and misalignments
Soundcloud Redesign Small Fixes by fakesuu

Details
Authorfakesuu
LicenseNo License
CategorySoundCloud
Created
Updated
Code size1.1 kB
Code checksum51643109
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Userstyle doesn't have notes.Source code
/* ==UserStyle==
@name Soundcloud Redesign Small Fixes
@version 1.0
@namespace https://userstyles.world/user/fakesuu
@description Improved some small inconsistencies and misalignments
@author fakesuu
@license none
==/UserStyle== */
@-moz-document url(""),
url-prefix("https://soundcloud.com/") {
.backgroundGradient__buffer, .profileHeaderBackground, .profileHeaderBackground__visual {
border-radius: 16px !important;
}
.shareLink__field {
margin-right: 2px !important;
}
body:not(.sc-classic) .header__link {
margin-right: 0 !important;
margin-left: 4px !important;
}
body:not(.sc-classic) .header__userNavUsernameButton {
margin-left: 16px !important;
margin-right: 8px !important;
}
body:not(.sc-classic) .header .creatorSubscriptionsButton.header__button {
margin: 5px 0 6px 0 !important;
}
.mui-yq6p0f {
border-bottom: none !important;
}
.l-listen-wrapper .l-sidebar-right {
padding-top: 8px;
}
.quotaMeter__minutesUsed, .quotaMeter__background {
border-radius: 24px;
}
}