Qfix screen layout (#5502)

Signed-off-by: Alexey Zinoviev <alexey.zinoviev@xored.com>
This commit is contained in:
Alexey Zinoviev
2024-05-03 18:35:43 +07:00
committed by GitHub
parent aca8b9e2e5
commit 5d0fad2d5d
@@ -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>