css progress 1
This commit is contained in:
parent
bd4e3af47f
commit
3e32ed6e0c
16 changed files with 61 additions and 86 deletions
|
@ -1,13 +1,13 @@
|
|||
.model-background {
|
||||
grid-column: 1/2;
|
||||
grid-row: 1/2;
|
||||
height: 45vh;
|
||||
height: 45%;
|
||||
overflow: hidden;
|
||||
background-color: var(--history-background-color);
|
||||
padding: 1em;
|
||||
margin: 1em;
|
||||
margin: 0 1em;
|
||||
margin-right: 0;
|
||||
border-radius: 2em;
|
||||
border-radius: 1em;
|
||||
}
|
||||
|
||||
.models {
|
||||
|
@ -17,12 +17,12 @@
|
|||
overflow-y: scroll;
|
||||
}
|
||||
|
||||
.models .titel {
|
||||
padding-bottom: 1em;
|
||||
.models .title {
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
align-items: center;
|
||||
font-size: 0.7em;
|
||||
font-size: 1.5em;
|
||||
margin-bottom: 0;
|
||||
}
|
||||
|
||||
.model-dropdown {
|
||||
|
@ -56,7 +56,6 @@
|
|||
}
|
||||
|
||||
.overlay {
|
||||
z-index: 900;
|
||||
position: absolute;
|
||||
left: 0;
|
||||
width: 100%;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue