spicetify-bloom
spicetify-bloom copied to clipboard
Fix LyricsPlus buttons from disappearing behind player bar
This fixes #285 and tackles one of the issues in #288
Before-Images can be found in the linked issues.
After for #285:
Notice that the text "Lyrics provided by Netease" and the four LyricsPlus buttons are visible.
After for #288:
Notice the video is not cut off by the player bar at the bottom, even on wider aspect ratios.
While this gets merged and eventually pulled into the marketplace, have the fixes in this as a Marketplace Snippet:
.VideoPlayer__container video,
.lyrics-lyricsContainer-LyricsContainer {
padding-bottom: 105px;
}
I've checked the commit, but the annotation text and buttons look good now, but the center of the lyrics still seems a little low.
I found that the video was just moved up, changing the occlusion from below to above. This is not a viable solution.