Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Dribbblish] Add padding to the title on Artist page #1132

Open
Tamarindtype opened this issue Dec 6, 2024 · 0 comments
Open

[Dribbblish] Add padding to the title on Artist page #1132

Tamarindtype opened this issue Dec 6, 2024 · 0 comments

Comments

@Tamarindtype
Copy link

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.

Screenshots
241206_17h40m40s_screenshot

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant