css progress done
This commit is contained in:
parent
9bee0d7774
commit
4590593d73
12 changed files with 48 additions and 34 deletions
|
@ -1,7 +1,7 @@
|
|||
.history-background {
|
||||
grid-column: 1/2;
|
||||
grid-row: 1/2;
|
||||
height: 45%;
|
||||
height: 40dvh;
|
||||
overflow: hidden;
|
||||
background-color: var(--history-background-color);
|
||||
padding: 1em;
|
||||
|
@ -39,5 +39,7 @@
|
|||
}
|
||||
|
||||
.history-models{
|
||||
height: 100%;
|
||||
position: relative;
|
||||
height: 90dvh;
|
||||
/* padding-bottom: 3dvh; */
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue