File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -227,8 +227,13 @@ nav {
227227 gap : 10px ; margin-bottom : 28px ;
228228}
229229@media (max-width : 700px ) { .img-strip { grid-template-columns : repeat (2 , 1fr ); } }
230- .img-strip .img-cell : last-child {
231- border-left : 1px solid var (--rule ); padding-left : 10px ;
230+ .img-cell--separated {
231+ position : relative; margin-left : 18px ;
232+ }
233+ .img-cell--separated ::before {
234+ content : '' ;
235+ position : absolute; left : -14px ; top : 50% ; transform : translateY (-50% );
236+ width : 2px ; height : 52% ; background : var (--ink-2 ); border-radius : 2px ;
232237}
233238
234239.img-cell { }
Original file line number Diff line number Diff line change @@ -125,7 +125,7 @@ <h2 class="sec-title">One correct answer per problem.<br>Evaluated at the pixel.
125125 < img src ="assets/img/eval_normalized_output.png " alt ="Model output (Nano Banana 2) " />
126126 < div class ="cap "> Model output < span style ="color:var(--muted) "> (Nano Banana 2)</ span > </ div >
127127 </ div >
128- < div class ="img-cell ">
128+ < div class ="img-cell img-cell--separated ">
129129 < img id ="diff-img " src ="assets/img/eval_diff_cie76_0.png " alt ="Pixel error map " />
130130 < div class ="cap "> Error map < span style ="color:var(--muted) "> (drag slider)</ span > </ div >
131131 </ div >
You can’t perform that action at this time.
0 commit comments