Miles1999 commited on
Commit
f3582f5
·
verified ·
1 Parent(s): 2c337c8

Update evaluation/eval_interfaces/graph_eval_interface.html

Browse files
evaluation/eval_interfaces/graph_eval_interface.html CHANGED
@@ -14,12 +14,14 @@ html, body{ margin: 0;
14
  height: 100vh;
15
  overflow: hidden;
16
  }
17
- .container{ width: 100vw; /* Full viewport width */
18
  height: 100vh; /* Full viewport height */
19
  background: #fff; /* Container background white */
20
  padding: 2rem; /* Keep internal padding */
21
  box-sizing: border-box;
22
- transform: none; /* Remove scaling */
 
 
23
  margin: 0; /* Remove margin */
24
  border-radius: 0; /* Remove rounded corners */
25
  box-shadow: none; /* Remove shadow */
 
14
  height: 100vh;
15
  overflow: hidden;
16
  }
17
+ .container{
18
  height: 100vh; /* Full viewport height */
19
  background: #fff; /* Container background white */
20
  padding: 2rem; /* Keep internal padding */
21
  box-sizing: border-box;
22
+ transform: scale(0.8); /* scale down to 80% */
23
+ transform-origin: top left; /* prevent weird centering */
24
+ width: 125%; /* compensate width after scaling */
25
  margin: 0; /* Remove margin */
26
  border-radius: 0; /* Remove rounded corners */
27
  box-shadow: none; /* Remove shadow */