浏览器高度小于 530px 时隐藏登录页脚避免遮挡登录按钮

This commit is contained in:
Bard 2024-12-23 22:22:07 +08:00 committed by GitHub
parent 4a1dae82fe
commit 20e2e3dbaf
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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),
.container>.cbi-section .cbi-section-node:nth-of-type(2n) {
background-color: var(--white);