prithivMLmods commited on
Commit
95d51a8
·
verified ·
1 Parent(s): db47f4b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -142,11 +142,11 @@ div.no-padding { padding: 0 !important; }
142
  .model-dropdown-container { flex-direction: column; align-items: flex-start; }
143
  div.block.chatbot { height: calc(100svh - var(--chat-chrome-height-narrow)) !important; }
144
  }
145
- @media (max-width: 800px) {
146
  .responsive-row { flex-direction: column; }
147
  .model-message { text-align: start; font-size: 10px !important; }
148
  .model-dropdown-container { flex-direction: column; align-items: flex-start; }
149
- div.block.chatbot { max-height: 360px !important; }
150
  }
151
  @media (max-height: 932px) { .chatbot { max-height: 500px !important; } }
152
  @media (max-height: 1280px) { div.block.chatbot { max-height: 800px !important; } }
 
142
  .model-dropdown-container { flex-direction: column; align-items: flex-start; }
143
  div.block.chatbot { height: calc(100svh - var(--chat-chrome-height-narrow)) !important; }
144
  }
145
+ @media (max-width: 400px) {
146
  .responsive-row { flex-direction: column; }
147
  .model-message { text-align: start; font-size: 10px !important; }
148
  .model-dropdown-container { flex-direction: column; align-items: flex-start; }
149
+ div.block.chatbot { max-height: 560px !important; }
150
  }
151
  @media (max-height: 932px) { .chatbot { max-height: 500px !important; } }
152
  @media (max-height: 1280px) { div.block.chatbot { max-height: 800px !important; } }