rollback of obsolete patches

rollback of obsolete patches related to the temporary fix of full-screen lyrics
This commit is contained in:
amd64fox
2023-03-12 14:54:17 +03:00
parent c56d29c0b6
commit f61a804c23
2 changed files with 2 additions and 10 deletions

View File

@@ -1348,10 +1348,6 @@ if ($test_js) {
# Hide very high quality streaming # Hide very high quality streaming
$css += $webjson.others.veryhighstream.add $css += $webjson.others.veryhighstream.add
} }
if ($new_theme -and $offline -ge "1.2.3.1107") {
$css += $webjson.others.navaltfix.add[3]
$css += $webjson.others.navaltfix.add[4]
}
if ($new_theme -and $offline -ge "1.2.6.861" -and $offline -le "1.2.6.863") { if ($new_theme -and $offline -ge "1.2.6.861" -and $offline -le "1.2.6.863") {
$css += $webjson.others.leftsidebarfix.add $css += $webjson.others.leftsidebarfix.add
} }
@@ -1514,8 +1510,6 @@ If ($test_spa) {
} }
if ($offline -ge "1.2.3.1107") { if ($offline -ge "1.2.3.1107") {
$css += $webjson.others.navaltfix.add[1] $css += $webjson.others.navaltfix.add[1]
$css += $webjson.others.navaltfix.add[3]
$css += $webjson.others.navaltfix.add[4]
} }
if ($offline -ge "1.2.6.861" -and $offline -le "1.2.6.863") { if ($offline -ge "1.2.6.861" -and $offline -le "1.2.6.863") {
$css += $webjson.others.leftsidebarfix.add $css += $webjson.others.leftsidebarfix.add

View File

@@ -404,9 +404,7 @@
"add": [ "add": [
" .nav-alt .Root__top-container {background: #00000085;gap: 6px;padding: 8px;}", " .nav-alt .Root__top-container {background: #00000085;gap: 6px;padding: 8px;}",
" .nav-ylx .Root__top-container {background: #00000085;}", " .nav-ylx .Root__top-container {background: #00000085;}",
" .Root__fixed-top-bar {background-color: #00000000}", " .Root__fixed-top-bar {background-color: #00000000}"
" .y7xcnM6yyOOrMwI77d5t{bottom:88px;}",
" .koyeY6AgGRPmyPITi7yO{top:64px !important;}"
] ]
}, },
"leftsidebarfix": { "leftsidebarfix": {