css progress done

This commit is contained in:
YasinOnm08 2024-09-30 16:11:01 +02:00
parent 9bee0d7774
commit 4590593d73
12 changed files with 48 additions and 34 deletions

View file

@ -4,13 +4,14 @@
grid-row: 1 / 4;
background-color: var(--output-background-color);
margin: 1em;
padding-bottom: 14dvh;
display: flex;
flex-direction: column;
justify-content: flex-start;
font-size: 1em;
overflow-y: auto;
width: calc(100% - 2em); /* Corrected calculation for width */
height: 70vh;
height: 90dvh;
}
#conversation {