mirror of
https://github.com/morpheusthewhite/spicetify-themes.git
synced 2024-11-21 18:32:45 +01:00
fix(text): resolve visual issues (#1012)
This commit is contained in:
parent
99778f995a
commit
8d5a81b69b
@ -231,7 +231,6 @@ section.main-buddyFeed-container {
|
||||
.main-buddyFeed-container,
|
||||
.main-nowPlayingView-content.main-nowPlayingView-gradient {
|
||||
background-color: transparent !important;
|
||||
background: transparent;
|
||||
background-image: none;
|
||||
}
|
||||
.progress-bar {
|
||||
@ -590,6 +589,11 @@ 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);
|
||||
}
|
||||
|
||||
/* ================================
|
||||
PLAYBACK BAR
|
||||
================================ */
|
||||
@ -720,6 +724,9 @@ section.main-buddyFeed-container {
|
||||
.main-repeatButton-button::before {
|
||||
content: "\21BB";
|
||||
}
|
||||
.main-repeatButton-button[aria-checked="mixed"]::before {
|
||||
content: "\21BB\2474";
|
||||
}
|
||||
.main-shuffleButton-button > svg,
|
||||
.main-skipBackButton-button > svg,
|
||||
.main-playPauseButton-button > svg,
|
||||
|
Loading…
Reference in New Issue
Block a user