Spaces:
Running on Zero
Running on Zero
Update app.py
Browse files
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:
|
| 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:
|
| 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; } }
|