feat: full screen logs

fix: logs are in order now
This commit is contained in:
Andras Bacsai
2023-11-01 13:47:40 +01:00
parent f56d373ed2
commit 1175d68ab5
3 changed files with 24 additions and 6 deletions

View File

@@ -121,3 +121,6 @@ tr td:first-child {
.subtitle {
@apply pt-2 pb-10;
}
.fullscreen {
@apply fixed top-0 left-0 w-full h-full z-[9999] bg-coolgray-200;
}