Make the GUI a library to support multiple platforms

This commit is contained in:
traxys 2023-08-07 17:27:11 +02:00
parent d3f89a8757
commit 0d900024cb
24 changed files with 76 additions and 39 deletions

View file

@ -0,0 +1,12 @@
html,
body,
#main {
height: 100%;
}
#main {
display: flex;
align-items: center;
padding-top: 40px;
padding-bottom: 40px;
}