mirror of
https://github.com/DerTyp7/time-tracking.git
synced 2025-10-30 12:57:10 +01:00
added stuff
This commit is contained in:
12
frontend/src/css/views/tableView.scss
Normal file
12
frontend/src/css/views/tableView.scss
Normal file
@@ -0,0 +1,12 @@
|
||||
#tableView {
|
||||
height: 100%;
|
||||
.tableView-container {
|
||||
display: grid;
|
||||
grid-template-columns: 1fr 0.5fr;
|
||||
height: 100%;
|
||||
|
||||
div {
|
||||
grid-area: auto;
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user