浏览器高度小于 530px 时隐藏登录页脚避免遮挡登录按钮
This commit is contained in:
parent
4a1dae82fe
commit
20e2e3dbaf
@ -4510,6 +4510,12 @@ pre.command-output {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@media (max-height: 530px) {
|
||||||
|
.mobile-hide {
|
||||||
|
display: none !important;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
.cbi-section .cbi-section-remove:nth-of-type(2n),
|
.cbi-section .cbi-section-remove:nth-of-type(2n),
|
||||||
.container>.cbi-section .cbi-section-node:nth-of-type(2n) {
|
.container>.cbi-section .cbi-section-node:nth-of-type(2n) {
|
||||||
background-color: var(--white);
|
background-color: var(--white);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user