feat(app): increase logs card height (#3953)

This commit is contained in:
Nitrrine
2025-07-10 02:39:51 +05:00
committed by GitHub
parent 36ad1f16e4
commit 3c79607d1f

View File

@@ -483,7 +483,7 @@ onUnmounted(() => {
display: flex; display: flex;
flex-direction: column; flex-direction: column;
gap: 1rem; gap: 1rem;
height: calc(100vh - 11rem); height: 100vh;
} }
.button-row { .button-row {