改进服务访问日志、设置页在手机下的显示

This commit is contained in:
GoEdgeLab
2022-01-03 14:50:11 +08:00
parent 3401e2cf54
commit 945aa6e5e7
3 changed files with 14 additions and 1 deletions

View File

@@ -73,6 +73,12 @@
padding-bottom: 2em;
overflow-y: auto;
}
@media screen and (max-width: 512px) {
.right-box {
left: 13em;
padding-right: 1em;
}
}
body.expanded .right-box {
left: 10em;
}

File diff suppressed because one or more lines are too long

View File

@@ -98,6 +98,13 @@
overflow-y: auto;
}
@media screen and (max-width: 512px) {
.right-box {
left: 13em;
padding-right: 1em;
}
}
body.expanded .right-box {
left: 10em;
}