fix(logs): optimize layout for full height

This commit is contained in:
hkfires
2025-12-24 12:38:57 +08:00
parent 0758cfe08a
commit 2a94be08fa
6 changed files with 39 additions and 14 deletions

View File

@@ -336,6 +336,8 @@
display: flex;
flex-direction: column;
gap: $spacing-lg;
min-height: 0;
overflow: hidden;
@media (max-width: $breakpoint-mobile) {
padding: $spacing-md;