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

This commit is contained in:
刘祥超
2022-01-03 14:50:11 +08:00
parent bf500fe1a4
commit eb35df8720
3 changed files with 14 additions and 1 deletions

View File

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

File diff suppressed because one or more lines are too long

View File

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