Added stat placeholder box
This commit is contained in:
@@ -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;
|
||||
}
|
||||
Reference in New Issue
Block a user