Skip to content

Commit ce6db4d

Browse files
committed
style: fix the chat input bar css
1 parent a812742 commit ce6db4d

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

src/App.css

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -285,11 +285,12 @@
285285
bottom: 0 !important;
286286
left: 0 !important;
287287
right: 0 !important;
288-
height: 64px !important;
288+
height: 80px !important;
289289
display: flex !important;
290290
flex-direction: column !important;
291-
justify-content: space-between !important;
292-
padding: 8px 16px !important;
291+
justify-content: center !important;
292+
gap: 8px !important;
293+
padding: 0 16px !important;
293294
}
294295

295296
.vp-chat-input-container {

0 commit comments

Comments
 (0)