Spaces:
Sleeping
Sleeping
Update evaluation/eval_interfaces/graph_eval_interface.html
Browse files
evaluation/eval_interfaces/graph_eval_interface.html
CHANGED
|
@@ -14,7 +14,7 @@ html, body{ margin: 0;
|
|
| 14 |
height: 100vh;
|
| 15 |
overflow: hidden;}
|
| 16 |
.container{ width: 100vw; /* Full viewport width */
|
| 17 |
-
height:
|
| 18 |
background: #fff; /* Container background white */
|
| 19 |
padding: 2rem; /* Keep internal padding */
|
| 20 |
box-sizing: border-box;
|
|
@@ -43,7 +43,7 @@ progress::-webkit-progress-value{background:#28a745;border-radius:10px}
|
|
| 43 |
|
| 44 |
iframe{
|
| 45 |
width: 100%;
|
| 46 |
-
height:
|
| 47 |
border: 2px solid #ced4da;
|
| 48 |
border-radius: 4px;
|
| 49 |
background: #fff;}
|
|
|
|
| 14 |
height: 100vh;
|
| 15 |
overflow: hidden;}
|
| 16 |
.container{ width: 100vw; /* Full viewport width */
|
| 17 |
+
height: 100vh; /* Full viewport height */
|
| 18 |
background: #fff; /* Container background white */
|
| 19 |
padding: 2rem; /* Keep internal padding */
|
| 20 |
box-sizing: border-box;
|
|
|
|
| 43 |
|
| 44 |
iframe{
|
| 45 |
width: 100%;
|
| 46 |
+
height: 100vh; /* Take most of the height */
|
| 47 |
border: 2px solid #ced4da;
|
| 48 |
border-radius: 4px;
|
| 49 |
background: #fff;}
|