mirror of
https://github.com/morpheusthewhite/spicetify-themes.git
synced 2024-11-22 02:42:54 +01:00
fix(text): fix lyrics cinema, user variables (#1087)
This commit is contained in:
parent
ea777164f8
commit
435cbf6646
@ -57,15 +57,18 @@
|
|||||||
font-weight: var(--font-weight) !important;
|
font-weight: var(--font-weight) !important;
|
||||||
line-height: var(--line-height) !important;
|
line-height: var(--line-height) !important;
|
||||||
}
|
}
|
||||||
.lyrics-lyrics-container * {
|
.lyrics-lyrics-container *,
|
||||||
|
.main-nowPlayingView-lyricsContent * {
|
||||||
font-family: var(--font-family);
|
font-family: var(--font-family);
|
||||||
font-size: var(--font-size-lyrics);
|
font-size: var(--font-size-lyrics);
|
||||||
font-weight: var(--font-weight);
|
font-weight: var(--font-weight);
|
||||||
line-height: var(--line-height);
|
line-height: var(--line-height);
|
||||||
}
|
}
|
||||||
.main-entityHeader-title h1 {
|
.main-entityHeader-title h1 {
|
||||||
font-family: "asciid" !important;
|
font-family: var(--font-family-header) !important;
|
||||||
font-size: calc(var(--font-size) * var(--font-size-multiplier-header)) !important;
|
font-size: calc(
|
||||||
|
var(--font-size) * var(--font-size-multiplier-header)
|
||||||
|
) !important;
|
||||||
display: -webkit-box;
|
display: -webkit-box;
|
||||||
-webkit-box-orient: vertical;
|
-webkit-box-orient: vertical;
|
||||||
-webkit-line-clamp: 2;
|
-webkit-line-clamp: 2;
|
||||||
@ -534,8 +537,9 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
/* lyrics cinema */
|
/* lyrics cinema */
|
||||||
.main-lyricsCinema-lyricsCinemaVisible {
|
.Root__lyrics-cinema {
|
||||||
border: var(--border-width) var(--border-style) transparent;
|
border: var(--border-width) var(--border-style) transparent;
|
||||||
|
overflow: hidden;
|
||||||
}
|
}
|
||||||
.main-nowPlayingView-lyricsContent {
|
.main-nowPlayingView-lyricsContent {
|
||||||
-webkit-mask-image: none !important;
|
-webkit-mask-image: none !important;
|
||||||
|
Loading…
Reference in New Issue
Block a user