mirror of
https://github.com/SpotX-Official/SpotX.git
synced 2026-04-23 19:40:19 +10:00
@@ -1352,6 +1352,9 @@ if ($test_js) {
|
||||
$css += $webjson.others.navaltfix.add[3]
|
||||
$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 }
|
||||
|
||||
|
||||
@@ -1514,10 +1517,12 @@ If ($test_spa) {
|
||||
$css += $webjson.others.navaltfix.add[3]
|
||||
$css += $webjson.others.navaltfix.add[4]
|
||||
}
|
||||
if ($offline -ge "1.2.6.861") {
|
||||
$css += $webjson.others.leftsidebarfix.add
|
||||
}
|
||||
$css += $webjson.others.navaltfix.add[2]
|
||||
}
|
||||
if ($null -ne $css ) { extract -counts 'one' -method 'zip' -name 'xpui.css' -add $css }
|
||||
|
||||
}
|
||||
|
||||
# Old UI fix
|
||||
|
||||
@@ -409,6 +409,13 @@
|
||||
" .koyeY6AgGRPmyPITi7yO{top:64px !important;}"
|
||||
]
|
||||
},
|
||||
"leftsidebarfix": {
|
||||
"version": {
|
||||
"from": "1.2.6",
|
||||
"do": ""
|
||||
},
|
||||
"add": " .yOKoknIYYzAE90pe7_SE.Yn2Ei5QZn19gria6LjZj {pointer-events: none;}"
|
||||
},
|
||||
"collaboration": {
|
||||
"version": {
|
||||
"from": "1.1.73",
|
||||
|
||||
Reference in New Issue
Block a user