We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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
Expected behavior
Increase the bottom padding on title.
Screenshots
The text was updated successfully, but these errors were encountered: