fix some content exceeds the screen in landscape mode
This commit is contained in:
@@ -234,17 +234,24 @@ function onSheetClosed(): void {
|
|||||||
</script>
|
</script>
|
||||||
|
|
||||||
<style>
|
<style>
|
||||||
@media (min-height: 630px) {
|
.tag-selection-default-sheet {
|
||||||
.tag-selection-default-sheet {
|
height: 200px;
|
||||||
height: 200px;
|
}
|
||||||
}
|
|
||||||
|
|
||||||
|
@media (min-height: 630px) {
|
||||||
.tag-selection-large-sheet {
|
.tag-selection-large-sheet {
|
||||||
height: 250px;
|
height: 260px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.tag-selection-huge-sheet {
|
.tag-selection-huge-sheet {
|
||||||
height: 340px;
|
height: 380px;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
@media (max-height: 629px) {
|
||||||
|
.tag-selection-large-sheet,
|
||||||
|
.tag-selection-huge-sheet {
|
||||||
|
height: 240px;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -145,17 +145,24 @@ function onSheetClosed(): void {
|
|||||||
</script>
|
</script>
|
||||||
|
|
||||||
<style>
|
<style>
|
||||||
@media (min-height: 630px) {
|
.tree-view-selection-default-sheet {
|
||||||
.tree-view-selection-default-sheet {
|
height: 200px;
|
||||||
height: 200px;
|
}
|
||||||
}
|
|
||||||
|
|
||||||
|
@media (min-height: 630px) {
|
||||||
.tree-view-selection-large-sheet {
|
.tree-view-selection-large-sheet {
|
||||||
height: 250px;
|
height: 260px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.tree-view-selection-huge-sheet {
|
.tree-view-selection-huge-sheet {
|
||||||
height: 340px;
|
height: 380px;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
@media (max-height: 629px) {
|
||||||
|
.tree-view-selection-large-sheet,
|
||||||
|
.tree-view-selection-huge-sheet {
|
||||||
|
height: 240px;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
|
|||||||
@@ -147,6 +147,12 @@ function onSheetClosed(): void {
|
|||||||
overflow-y: auto;
|
overflow-y: auto;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@media (max-height: 629px) {
|
||||||
|
.primary-list-container, .secondary-list-container {
|
||||||
|
height: 240px;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
.primary-list.list .item-inner {
|
.primary-list.list .item-inner {
|
||||||
padding-right: 6px;
|
padding-right: 6px;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user