siddheshrj commited on
Commit
e4361b0
·
verified ·
1 Parent(s): 646538b

Fix UI Responsiveness and Token Handling (Stranger Things RAG v3)

Browse files
Files changed (1) hide show
  1. static/style.css +4 -2
static/style.css CHANGED
@@ -55,8 +55,10 @@ body {
55
 
56
  /* Terminal Container */
57
  .terminal-container {
58
- width: 900px;
59
- height: 600px;
 
 
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 */