css tweaks to models

This commit is contained in:
sageTheDM 2024-09-26 09:59:16 +02:00
parent 6bd1bcacf8
commit 9476f3dc3e

View file

@ -1,19 +1,20 @@
.model-background {
grid-column: 1 / 2;
grid-row: 2 / 5;
overflow-y: scroll;
background-color: var(--models-background-color); /* Ensure this variable is defined */
border-radius: 2em;
grid-column: 1/2;
grid-row: 1/2;
height: 45vh;
overflow: hidden;
background-color: var(--history-background-color);
padding: 1em;
margin-left: 1em;
height: 40vh;
box-sizing: border-box;
margin: 1em;
margin-right: 0;
border-radius: 2em;
}
.models {
display: flex;
flex-direction: column;
height: 100%;
overflow-y: scroll;
}
.models .titel {
@ -47,7 +48,7 @@
justify-content: center;
color: var(--text-color); /* Use variable for text color */
border-radius: 5%;
overflow: hidden;
overflow: scroll;
position: relative;
height: 18vh;
width: 18vh;