Qfix screen layout (#5502)

Signed-off-by: Alexey Zinoviev <alexey.zinoviev@xored.com>
This commit is contained in:
Alexey Zinoviev 2024-05-03 15:35:43 +04:00 committed by GitHub
parent aca8b9e2e5
commit 5d0fad2d5d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -255,13 +255,16 @@
.app {
display: flex;
flex-direction: column;
height: calc(100% - var(--status-bar-height));
.error {
margin-top: 45vh;
text-align: center;
}
@media print {
flex-direction: column;
}
}
}
</style>