feat: expand chatbot width to 96% to improve visual space
Browse files
src/utils/ui_templates.py
CHANGED
|
@@ -231,7 +231,7 @@ div[data-testid="chatbot"], .chatbot-container, .chatbot {
|
|
| 231 |
border: none !important;
|
| 232 |
}
|
| 233 |
|
| 234 |
-
/* ββ μ±λ΄ μμ λλΉ
|
| 235 |
#chat-column {
|
| 236 |
display: flex !important;
|
| 237 |
flex-direction: column !important;
|
|
@@ -240,8 +240,8 @@ div[data-testid="chatbot"], .chatbot-container, .chatbot {
|
|
| 240 |
}
|
| 241 |
#chat-column > div,
|
| 242 |
#chat-column > .form {
|
| 243 |
-
width:
|
| 244 |
-
max-width:
|
| 245 |
margin: 0 auto !important;
|
| 246 |
display: flex !important;
|
| 247 |
flex-direction: column !important;
|
|
|
|
| 231 |
border: none !important;
|
| 232 |
}
|
| 233 |
|
| 234 |
+
/* ββ μ±λ΄ μμ λλΉ νλ λ° μ€μ μ λ ¬ ββ */
|
| 235 |
#chat-column {
|
| 236 |
display: flex !important;
|
| 237 |
flex-direction: column !important;
|
|
|
|
| 240 |
}
|
| 241 |
#chat-column > div,
|
| 242 |
#chat-column > .form {
|
| 243 |
+
width: 96% !important;
|
| 244 |
+
max-width: 100% !important;
|
| 245 |
margin: 0 auto !important;
|
| 246 |
display: flex !important;
|
| 247 |
flex-direction: column !important;
|