Added stat placeholder box

This commit is contained in:
2023-07-21 22:27:42 +01:00
parent 4a375149f6
commit 20da46a8d7
3 changed files with 27 additions and 3 deletions

View File

@@ -16,7 +16,6 @@
height: 85%;
width: 100%;
padding: 5%;
overflow: auto;
}
#menu {
@@ -40,4 +39,19 @@
#taskButton {
padding-left: 0;
}
#historyContent {
height: 75%;
overflow: scroll;
width: 100%;
}
#stats {
height: 25%;
width: 100%;
}
#tasks {
overflow: scroll;
}