Add TV Mode

This commit is contained in:
2024-07-23 11:33:29 -05:00
parent eb44093f09
commit 5a809e5903
12 changed files with 198 additions and 71 deletions

View File

@@ -119,3 +119,14 @@
font-size:18px;
}
}
.content-fullscreen {
width: 100vw;
height: 100vh;
overflow: hidden;
}
.techtable-fullscreen {
width: 100%;
height: 100%;
}