This commit is contained in:
vapormusic 2022-03-07 00:09:43 +07:00
parent c5d86cd707
commit d7261dbc86
5 changed files with 48 additions and 9 deletions

View file

@ -1838,6 +1838,9 @@ input[type="range"].web-slider.display--small::-webkit-slider-thumb {
-webkit-box-orient: vertical;
}
.no-animation {
animation: unset !important;
}
.fullscreen-view-container {
position: absolute;
@ -1877,6 +1880,10 @@ input[type="range"].web-slider.display--small::-webkit-slider-thumb {
height: 50vh;
}
.bg-artwork-container {
display: block !important;
}
@media only screen and (max-width: 1121px) {
.display--large {
display: flex !important;
@ -1979,13 +1986,10 @@ input[type="range"].web-slider.display--small::-webkit-slider-thumb {
filter: brightness(85%) saturate(95%) blur(180px) contrast(0.9) opacity(0.9);
}
.no-animation {
animation: unset;
}
}
}
.lyrics-col {
height: 62vh;
@ -2662,6 +2666,10 @@ input[type="range"].web-slider.display--small::-webkit-slider-thumb {
width: 200VH;
height: 200VH;
}
.bg-artwork-container{
display: block !important;
}
}
.lyric-body {
@ -2964,6 +2972,10 @@ body.no-gpu {
.bg-artwork-container {
display: none;
animation: none !important;
.bg-artwork{
animation: none !important;
}
}
#navigation-bar {
@ -3004,6 +3016,10 @@ body.no-gpu {
.drawertransition-leave-to {
right: -300px;
}
.lyric-line:hover::after {
display: none;
}
}
.qrimg {