forked from React-Group/interstellar_ai
css tweaks to models
This commit is contained in:
parent
6bd1bcacf8
commit
9476f3dc3e
1 changed files with 10 additions and 9 deletions
|
@ -1,19 +1,20 @@
|
||||||
.model-background {
|
.model-background {
|
||||||
grid-column: 1/2;
|
grid-column: 1/2;
|
||||||
grid-row: 2 / 5;
|
grid-row: 1/2;
|
||||||
overflow-y: scroll;
|
height: 45vh;
|
||||||
background-color: var(--models-background-color); /* Ensure this variable is defined */
|
overflow: hidden;
|
||||||
border-radius: 2em;
|
background-color: var(--history-background-color);
|
||||||
padding: 1em;
|
padding: 1em;
|
||||||
margin-left: 1em;
|
margin: 1em;
|
||||||
height: 40vh;
|
margin-right: 0;
|
||||||
box-sizing: border-box;
|
border-radius: 2em;
|
||||||
}
|
}
|
||||||
|
|
||||||
.models {
|
.models {
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
height: 100%;
|
height: 100%;
|
||||||
|
overflow-y: scroll;
|
||||||
}
|
}
|
||||||
|
|
||||||
.models .titel {
|
.models .titel {
|
||||||
|
@ -47,7 +48,7 @@
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
color: var(--text-color); /* Use variable for text color */
|
color: var(--text-color); /* Use variable for text color */
|
||||||
border-radius: 5%;
|
border-radius: 5%;
|
||||||
overflow: hidden;
|
overflow: scroll;
|
||||||
position: relative;
|
position: relative;
|
||||||
height: 18vh;
|
height: 18vh;
|
||||||
width: 18vh;
|
width: 18vh;
|
||||||
|
|
Loading…
Add table
Reference in a new issue