dev-yuje commited on
Commit
15f8db2
Β·
1 Parent(s): 47e7138

feat: expand chatbot width to 96% to improve visual space

Browse files
Files changed (1) hide show
  1. src/utils/ui_templates.py +3 -3
src/utils/ui_templates.py CHANGED
@@ -231,7 +231,7 @@ div[data-testid="chatbot"], .chatbot-container, .chatbot {
231
  border: none !important;
232
  }
233
 
234
- /* ── 챗봇 μ˜μ—­ λ„ˆλΉ„ 70% μ œμ–΄ 및 쀑앙 μ •λ ¬ ── */
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: 70% !important;
244
- max-width: 960px !important;
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;