main #27

Merged
YasinOnm08 merged 6 commits from React-Group/interstellar_ai:main into main 2024-09-26 13:43:01 +02:00
Showing only changes of commit 9476f3dc3e - Show all commits

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;