Skip to content

Commit 7137a00

Browse files
committed
feat: input style
1 parent 1e0a329 commit 7137a00

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

frontend/src/views/chat/index.vue

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -822,7 +822,9 @@ onMounted(() => {
822822
}
823823
824824
.chat-footer {
825-
--ed-footer-height: calc(142px + 16px);
825+
min-height: calc(120px + 16px);
826+
max-height: calc(300px + 16px);
827+
height: fit-content;
826828
827829
padding-bottom: 16px;
828830

0 commit comments

Comments
 (0)