fix some content exceeds the screen in landscape mode

This commit is contained in:
MaysWind
2025-02-11 23:35:35 +08:00
parent 35ba5dcc9f
commit 13cc6a2cf0
3 changed files with 32 additions and 12 deletions
@@ -147,6 +147,12 @@ function onSheetClosed(): void {
overflow-y: auto;
}
@media (max-height: 629px) {
.primary-list-container, .secondary-list-container {
height: 240px;
}
}
.primary-list.list .item-inner {
padding-right: 6px;
}