Added config page and loading bars

This commit is contained in:
Pax1601
2024-01-25 17:42:16 +01:00
parent 1d38bd6fea
commit 613aed2d2b
14 changed files with 475 additions and 134 deletions

View File

@@ -4,6 +4,7 @@
flex-direction: column;
row-gap: 30px;
padding: 60px 120px;
max-height: 100%;
}
.buttons-footer {
@@ -34,6 +35,11 @@
font-weight: bold;
}
.content {
overflow-x: hidden;
overflow-y: scroll;
}
.content > div {
height: 100%;
width: 100%;