css progress done
This commit is contained in:
parent
9bee0d7774
commit
4590593d73
12 changed files with 48 additions and 34 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue