File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2525 font-size : 14px ;
2626 line-height : 1.5 ;
2727 }
28- .wrap { max-width : 1400px ; margin : 0 auto; padding : 24px 20px 60px ; }
28+ /* use the full screen width so the wide stats table never needs horizontal scroll */
29+ .wrap { max-width : none; margin : 0 auto; padding : 24px 24px 60px ; }
30+ /* keep the graph at a readable size instead of stretching it across the whole screen */
31+ .chartbox { max-width : 1400px ; }
2932 h1 { font-size : 26px ; margin : 0 0 4px ; }
3033 h1 a { color : var (--fg ); text-decoration : none; }
3134 .sub { color : var (--muted ); margin-bottom : 20px ; }
@@ -96,10 +99,10 @@ <h1><a href="/">Is V still fast?</a></h1>
9699 < div class ="stats ">
97100 < div class ="stat "> < div class ="k "> Benchmarks</ div > < div class ="v "> 48</ div > </ div >
98101 < div class ="stat "> < div class ="k "> Latest commit</ div > < div class ="v "> 2026-07-28 01:57</ div > </ div >
99- < div class ="stat "> < div class ="k "> Page generated</ div > < div class ="v "> 2026-07-29 03:46:10 </ div > </ div >
102+ < div class ="stat "> < div class ="k "> Page generated</ div > < div class ="v "> 2026-07-29 04:23:25 </ div > </ div >
100103 </ div >
101104
102- < div class ="panel ">
105+ < div class ="panel chartbox ">
103106 < h2 > Self-compilation time (ms), oldest → newest</ h2 >
104107 < canvas id ="chart " width ="1360 " height ="320 "> </ canvas >
105108 < div class ="legend ">
You can’t perform that action at this time.
0 commit comments