Skip to content

Commit 6f759f2

Browse files
kaixubuildsclaude
andcommitted
fix: divider line — shorter, thicker, dark; error map full size, more spacing
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent 3131e1d commit 6f759f2

2 files changed

Lines changed: 8 additions & 3 deletions

File tree

‎assets/css/style.css‎

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff 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 { }

‎index.html‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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>

0 commit comments

Comments
 (0)