-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Open
Description
Question
How to add a bottom padding on artist's name? I've tried to add it but didn't change.
And I noticed that my theme did not look the same as the Dribbblish preview images, is it because the latest version of the spotify client?
Modified user.css
/* full screen artists background */
.main-entityHeader-container.main-entityHeader-withBackgroundImage,
.main-entityHeader-background,
.main-entityHeader-background.main-entityHeader-overlay:after {
height: 100vh;
}
.artist-artistOverview-overview .main-entityHeader-withBackgroundImage h1 {
font-size: 120px !important;
line-height: 120px !important;
➡️ padding-bottom: 80px; ⬅️
}
.contentSpacing,
.artist-artistDiscography-headerContainer {
padding-left: 64px;
padding-right: 64px;
}
.artist-artistOverview-overview .main-entityHeader-headerText {
justify-content: center;
}Expected behavior
Increase the bottom padding on title.
Metadata
Metadata
Assignees
Labels
No labels
