Spaces:
Paused
Paused
Synced repo using 'sync_with_huggingface' Github Action
Browse files
client/css/conversation.css
CHANGED
|
@@ -127,6 +127,13 @@
|
|
| 127 |
border-radius: 10px;
|
| 128 |
}
|
| 129 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 130 |
@media screen and (max-height: 720px) {
|
| 131 |
.conversation.box {
|
| 132 |
height: 70%;
|
|
|
|
| 127 |
border-radius: 10px;
|
| 128 |
}
|
| 129 |
|
| 130 |
+
@media screen and (max-width: 990px) {
|
| 131 |
+
.conversation {
|
| 132 |
+
width: 100%;
|
| 133 |
+
height: 90%;
|
| 134 |
+
}
|
| 135 |
+
}
|
| 136 |
+
|
| 137 |
@media screen and (max-height: 720px) {
|
| 138 |
.conversation.box {
|
| 139 |
height: 70%;
|