left sidebar fix

Co-Authored-By: Exhigh <exhigh01@gmail.com>

#332
This commit is contained in:
amd64fox
2023-03-02 13:28:39 +03:00
parent 0a8bfab976
commit d885ec955d
2 changed files with 13 additions and 1 deletions

View File

@@ -1352,6 +1352,9 @@ if ($test_js) {
$css += $webjson.others.navaltfix.add[3] $css += $webjson.others.navaltfix.add[3]
$css += $webjson.others.navaltfix.add[4] $css += $webjson.others.navaltfix.add[4]
} }
if ($new_theme -and $offline -ge "1.2.6.861") {
$css += $webjson.others.leftsidebarfix.add
}
if ($null -ne $css ) { extract -counts 'one' -method 'nonezip' -name 'xpui.css' -add $css } if ($null -ne $css ) { extract -counts 'one' -method 'nonezip' -name 'xpui.css' -add $css }
@@ -1514,10 +1517,12 @@ If ($test_spa) {
$css += $webjson.others.navaltfix.add[3] $css += $webjson.others.navaltfix.add[3]
$css += $webjson.others.navaltfix.add[4] $css += $webjson.others.navaltfix.add[4]
} }
if ($offline -ge "1.2.6.861") {
$css += $webjson.others.leftsidebarfix.add
}
$css += $webjson.others.navaltfix.add[2] $css += $webjson.others.navaltfix.add[2]
} }
if ($null -ne $css ) { extract -counts 'one' -method 'zip' -name 'xpui.css' -add $css } if ($null -ne $css ) { extract -counts 'one' -method 'zip' -name 'xpui.css' -add $css }
} }
# Old UI fix # Old UI fix

View File

@@ -409,6 +409,13 @@
" .koyeY6AgGRPmyPITi7yO{top:64px !important;}" " .koyeY6AgGRPmyPITi7yO{top:64px !important;}"
] ]
}, },
"leftsidebarfix": {
"version": {
"from": "1.2.6",
"do": ""
},
"add": " .yOKoknIYYzAE90pe7_SE.Yn2Ei5QZn19gria6LjZj {pointer-events: none;}"
},
"collaboration": { "collaboration": {
"version": { "version": {
"from": "1.1.73", "from": "1.1.73",