1
0
Fork 0

Tab Selector for different Data Visualisations

This commit is contained in:
Neshura 2023-06-10 23:43:09 +02:00
parent f23c9dc0f1
commit 6130b331e6
Signed by: Neshura
GPG key ID: B6983AAA6B9A7A6C
6 changed files with 99 additions and 6 deletions

View file

@ -83,3 +83,10 @@ main {
height: calc(100vh - 30px);
max-height: 100%;
}
/* DEBUG */
.row {
display: flex;
flex-direction: row;
}