Spaces:
Sleeping
Sleeping
fix responsive
Browse files- static/index.html +2 -2
static/index.html
CHANGED
|
@@ -142,8 +142,8 @@ body { z-index:1; }
|
|
| 142 |
.rec-dot { width:7px; height:7px; border-radius:50%; background:var(--accent-red); animation:blink-dot 0.8s ease-in-out infinite alternate; }
|
| 143 |
@keyframes blink-dot { from{opacity:1} to{opacity:0.2} }
|
| 144 |
@media (max-width: 768px) {
|
| 145 |
-
#sidebar { display:none; }
|
| 146 |
-
#chat-area { border-right:none; }
|
| 147 |
#messages { padding:16px; }
|
| 148 |
#input-area { padding:10px 12px; }
|
| 149 |
.msg { max-width:92%; }
|
|
|
|
| 142 |
.rec-dot { width:7px; height:7px; border-radius:50%; background:var(--accent-red); animation:blink-dot 0.8s ease-in-out infinite alternate; }
|
| 143 |
@keyframes blink-dot { from{opacity:1} to{opacity:0.2} }
|
| 144 |
@media (max-width: 768px) {
|
| 145 |
+
#sidebar { display:none !important; width:0 !important; min-width:0 !important; padding:0 !important; border:none !important; overflow:hidden !important; }
|
| 146 |
+
#chat-area { border-right:none; flex:1; }
|
| 147 |
#messages { padding:16px; }
|
| 148 |
#input-area { padding:10px 12px; }
|
| 149 |
.msg { max-width:92%; }
|