From f61a804c23cdeb6a6f043b777754103e17dc613e Mon Sep 17 00:00:00 2001 From: amd64fox <62529699+amd64fox@users.noreply.github.com> Date: Sun, 12 Mar 2023 14:54:17 +0300 Subject: [PATCH] rollback of obsolete patches rollback of obsolete patches related to the temporary fix of full-screen lyrics --- Install.ps1 | 8 +------- patches/patches.json | 4 +--- 2 files changed, 2 insertions(+), 10 deletions(-) diff --git a/Install.ps1 b/Install.ps1 index 9195bd3..c87d37a 100644 --- a/Install.ps1 +++ b/Install.ps1 @@ -1348,16 +1348,12 @@ if ($test_js) { # Hide very high quality streaming $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") { $css += $webjson.others.leftsidebarfix.add } if ($null -ne $css ) { extract -counts 'one' -method 'nonezip' -name 'xpui.css' -add $css } - + # licenses.html minification extract -counts 'one' -method 'nonezip' -name 'licenses.html' -helper 'HtmlLicMin' } @@ -1514,8 +1510,6 @@ If ($test_spa) { } if ($offline -ge "1.2.3.1107") { $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") { $css += $webjson.others.leftsidebarfix.add diff --git a/patches/patches.json b/patches/patches.json index 303e7e8..1ed54c1 100644 --- a/patches/patches.json +++ b/patches/patches.json @@ -404,9 +404,7 @@ "add": [ " .nav-alt .Root__top-container {background: #00000085;gap: 6px;padding: 8px;}", " .nav-ylx .Root__top-container {background: #00000085;}", - " .Root__fixed-top-bar {background-color: #00000000}", - " .y7xcnM6yyOOrMwI77d5t{bottom:88px;}", - " .koyeY6AgGRPmyPITi7yO{top:64px !important;}" + " .Root__fixed-top-bar {background-color: #00000000}" ] }, "leftsidebarfix": {