adjust tv mode

This commit is contained in:
2024-07-23 15:55:58 -05:00
parent c3e0afefa5
commit 99713d1740
3 changed files with 11 additions and 5 deletions

View File

@@ -121,11 +121,16 @@
}
.content-fullscreen {
width: 100vw;
height: 100vh;
width: 90vw;
height: 90vh;
margin: auto;
}
.techtable-fullscreen {
width: 100%;
height: 100%;
}
.tablefill {
height: 5vh;
}