mirror of
https://github.com/morpheusthewhite/spicetify-themes.git
synced 2024-11-21 18:32:45 +01:00
fix(text): lyrics on the right sidebar visibility (#1017)
This commit is contained in:
parent
5f4a8a55f1
commit
9ba01f9861
@ -589,9 +589,9 @@ section.main-buddyFeed-container {
|
||||
border: var(--border-width) var(--border-style) transparent;
|
||||
}
|
||||
|
||||
.main-nowPlayingView-lyricsContent .lyrics-lyricsContent-provider,
|
||||
.main-nowPlayingView-lyricsContent .lyrics-lyricsContent-lyric {
|
||||
transform: translateX(100px);
|
||||
.main-nowPlayingView-lyricsContent {
|
||||
-webkit-mask-image: none !important;
|
||||
mask-image: none !important;
|
||||
}
|
||||
|
||||
/* ================================
|
||||
|
Loading…
Reference in New Issue
Block a user