Updated front-end to match back-end and better styling
Some checks failed
Build Mau & Deploy Mau / build (push) Successful in 1m48s
Build Mau & Deploy Mau / deploy (push) Has been cancelled
Build Mau & Deploy Mau / build (pull_request) Successful in 1m37s
Build Mau & Deploy Mau / deploy (pull_request) Failing after 2m3s

This commit is contained in:
DTieman
2024-05-19 23:50:47 +02:00
parent 4ae1538552
commit 6ba1523853
25 changed files with 481 additions and 155 deletions

View File

@@ -12,17 +12,30 @@
}
body {
position: relative;
margin: 0;
overflow: hidden;
font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
height: 100dvh;
width: 100dvw;
overflow: hidden;
background-color: #131313;
color: #ffffff;
}
#root, .app {
background-color: #131313;
color: #ffffff;
position: absolute;
height: 100%;
width: 100%;
}
.app {
padding: 1rem;
height: 100%;
width: 100%;
}
h1, h2, h3, h4, h5, h6 {
margin: 0;
}
.mau {