feat: adds table view

feat: adds table view
This commit is contained in:
2022-12-23 10:22:05 +01:00
parent e9472972cd
commit 75b20dc508
18 changed files with 229 additions and 27 deletions

View File

@@ -1,7 +1,7 @@
table {
display: block;
height: max(600px, calc(100vh - 300px));
width: 1080px;
width: 100%;
overflow-x: auto;
overflow-y: auto;
border: none;