Spaces:
Running
Running
Fix UI Responsiveness and Token Handling (Stranger Things RAG v3)
Browse files- static/style.css +4 -2
static/style.css
CHANGED
|
@@ -55,8 +55,10 @@ body {
|
|
| 55 |
|
| 56 |
/* Terminal Container */
|
| 57 |
.terminal-container {
|
| 58 |
-
width:
|
| 59 |
-
|
|
|
|
|
|
|
| 60 |
background: rgba(10, 10, 20, 0.85);
|
| 61 |
border: 3px double #00e5ff;
|
| 62 |
/* Metallic/Neon Blue */
|
|
|
|
| 55 |
|
| 56 |
/* Terminal Container */
|
| 57 |
.terminal-container {
|
| 58 |
+
width: 95%;
|
| 59 |
+
max-width: 900px;
|
| 60 |
+
height: 90vh;
|
| 61 |
+
max-height: 800px;
|
| 62 |
background: rgba(10, 10, 20, 0.85);
|
| 63 |
border: 3px double #00e5ff;
|
| 64 |
/* Metallic/Neon Blue */
|