Skip to content

Commit 0792c21

Browse files
authored
fix: chat input container visibility, adding margin bottom (#6)
1 parent de5c8fc commit 0792c21

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

frontend/public/styles.css

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,7 @@ h1, h2 {
5656
.url-input-container, .chat-input-container {
5757
display: flex;
5858
gap: 10px;
59+
margin-bottom: 40px;
5960
}
6061

6162
#agent-url, #chat-input {
@@ -155,7 +156,7 @@ h1, h2 {
155156
bottom: 0;
156157
left: 0;
157158
width: 100%;
158-
height: 300px;
159+
height: 300px;
159160
background: #2f3640;
160161
color: #f5f6fa;
161162
box-shadow: 0 -2px 10px rgba(0,0,0,0.2);
@@ -319,4 +320,4 @@ h1, h2 {
319320
text-align: center;
320321
padding: 20px;
321322
margin: auto;
322-
}
323+
}

0 commit comments

Comments
 (0)