-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
[Ziro] Empty top bar obstructing cover art #1118
Comments
same issue here would like this bug to be fix |
I don't know if this code is well-written, but this worked for me. Paste it into your CSS Snippets. .main-topBar-container {
position: relative;
}
.main-trackList-trackListHeader.main-trackList-trackListHeaderStuck, .marketplace-header {
top: 0px !important;
}
/* Optional: fixes the border radius in profile covers (banners) */
.main-entityHeader-container.main-entityHeader-withBackgroundImage
{
border-radius: 0 !important
} |
as a temporary solution, this is working for me. thanks |
@ItzzExcel while this is working for the playlist, the lyrics broke. |
That's fault of the beautiful-lyrics server or either the extension itself. |
this is taking too long for a respond |
Describe the bug
There's a line (top bar) obstructing a good chunk of the cover art of any playlist or album I check.
I made sure that it was Ziro causing the issue by temporarily getting rid of every other extension, snippet or any general modification I've made. In the screenshot I've attached, I do have other extensions enabled, but I can assure you that the issue is not caused by any of them.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
The top bar should only be present when it's necessary. Should be invisible when you're looking at a playlist or album.
Screenshots
Logs
Specifics
The text was updated successfully, but these errors were encountered: