Add hacky way to not reload page when starting/ending session

Partially fixes #52
This commit is contained in:
2023-09-20 18:54:54 +02:00
parent 67b9cbb048
commit d303039b1c
4 changed files with 20 additions and 13 deletions

View File

@ -28,7 +28,8 @@ textarea {
}
}
#session-table {
#session-table,
#session-table-head {
display: grid;
grid-template-columns: 3fr 2fr repeat(2, 1fr) 0.5fr 1fr;
}