added stuff

This commit is contained in:
Janis
2022-05-03 21:29:38 +02:00
parent 9f41203234
commit cdc1b2fa3a
16 changed files with 557 additions and 203 deletions

View File

@@ -0,0 +1,12 @@
#tableView {
height: 100%;
.tableView-container {
display: grid;
grid-template-columns: 1fr 0.5fr;
height: 100%;
div {
grid-area: auto;
}
}
}