css progress done
This commit is contained in:
parent
9bee0d7774
commit
4590593d73
12 changed files with 48 additions and 34 deletions
|
@ -1,13 +1,18 @@
|
|||
.model-background {
|
||||
position: absolute;
|
||||
left: 1em;
|
||||
bottom: 4dvh;
|
||||
right: 0;
|
||||
grid-column: 1/2;
|
||||
grid-row: 1/2;
|
||||
height: 45%;
|
||||
padding-bottom: 1px;
|
||||
overflow: scroll;
|
||||
overflow: hidden;
|
||||
background-color: var(--history-background-color);
|
||||
padding: 1em;
|
||||
margin: 0 1em;
|
||||
margin-right: 0;
|
||||
border-radius: 1em;
|
||||
height: 45dvh;
|
||||
}
|
||||
|
||||
.models {
|
||||
|
@ -69,6 +74,7 @@
|
|||
transition: opacity 0.5s ease;
|
||||
pointer-events: none;
|
||||
opacity: 0;
|
||||
border-radius: 5%;
|
||||
}
|
||||
|
||||
.overlay img {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue