Adjust chat panel height when not generating
- Changed the height of the chat panel from '6rem' to '7rem' when not generating in ChatPanel.tsx.
This commit is contained in:
parent
50462e38ef
commit
e425d75664
@ -181,7 +181,7 @@ const chatPanel = observer(() => {
|
|||||||
)}
|
)}
|
||||||
<ScrollArea
|
<ScrollArea
|
||||||
sx={{
|
sx={{
|
||||||
height: chat.generating ? height - px("9rem") : height - px("6rem"),
|
height: chat.generating ? height - px("9rem") : height - px("7rem"),
|
||||||
padding: 0,
|
padding: 0,
|
||||||
margin: 0,
|
margin: 0,
|
||||||
}}
|
}}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user