fix(text): resolve visual issues (#1012)

This commit is contained in:
harbassan 2023-11-16 03:46:03 +13:00 committed by GitHub
parent 99778f995a
commit 8d5a81b69b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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,