Skip to content

Commit e7e7e83

Browse files
committed
slight modifications for display
1 parent b2e8da7 commit e7e7e83

File tree

1 file changed

+12
-1
lines changed

1 file changed

+12
-1
lines changed

llamafile/server/www/chatbot.css

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -187,9 +187,20 @@ ul li:first-child {
187187
border-radius: 4px;
188188
width: max-content;
189189
max-width: 100%;
190-
display: inline-block;
190+
margin-left: 0.5rem;
191+
margin-right: 0.5rem;
192+
display: flex;
193+
flex-direction: column;
194+
gap: 2px;
191195
vertical-align: top;
192196
}
197+
198+
/* Add media query for small screens */
199+
@media screen and (max-width: 576px) {
200+
.message-wrapper #info-container {
201+
margin-top: .25rem;
202+
}
203+
}
193204
.message-wrapper:not(:last-child) #info-container {
194205
margin-bottom: var(--large-spacing);
195206
}

0 commit comments

Comments
 (0)