New UI fix

This commit is contained in:
amd64fox
2023-05-27 21:09:29 +03:00
parent 8da086be4f
commit da091028ca
2 changed files with 4 additions and 2 deletions

View File

@@ -1398,6 +1398,7 @@ If ($test_spa) {
} }
$css += $webjson.others.navaltfix.add[2] $css += $webjson.others.navaltfix.add[2]
$css += $webjson.others.navaltfix.add[3] $css += $webjson.others.navaltfix.add[3]
$css += $webjson.others.navaltfix.add[4]
} }
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 }
} }

View File

@@ -808,9 +808,10 @@
}, },
"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, .nav-ylx .ZQftYELq0aOsg6tPbVbV {background: #00000085;}", " .nav-ylx .Root__top-container, .nav-ylx .ZQftYELq0aOsg6tPbVbV {background: #090909;}",
" .Root__fixed-top-bar {background-color: #00000000}", " .Root__fixed-top-bar {background-color: #00000000}",
" .Root__nav-bar{background-color: #0000}" " .Root__nav-bar{background-color: #0000}",
" .nav-ylx .sqKERfoKl4KwrtHqcKOd { background: #090909;}"
] ]
}, },
"leftsidebarfix": { "leftsidebarfix": {