diff --git a/packages/web/src/App.svelte b/packages/web/src/App.svelte index ccffec7..10fe2b8 100644 --- a/packages/web/src/App.svelte +++ b/packages/web/src/App.svelte @@ -1403,27 +1403,27 @@ setPref("art", "drawn")}>alternate - + setPref("autoGrab", e.currentTarget.checked)} /> Ending my turn on a lone treasure picks it up (never on my own home) - + setPref("flourishes", e.currentTarget.checked)} /> Spell flourishes (the animated effects) - + setPref("liveFp", e.currentTarget.checked)} /> Through your eyes: a first-person pane above the board during play - + setPref("instantReplay", e.currentTarget.checked)} /> Instant replay: notable chronicle lines offer a 👁 that relives the turn - + setPref("cautions", e.currentTarget.checked)} /> Ask "are you sure?" before easy-to-regret plays (unspent movement, capped draws, undropped deliveries) @@ -2845,8 +2845,10 @@ color: #43331f; text-align: left; cursor: pointer; - border-top: 1.5px solid #6b5a41; } + /* Rules divide the checkbox stanza only — never framing it, never + around the control rows. */ + .pref-check + .pref-check { border-top: 1.5px solid #6b5a41; } /* Checkboxes wear the table's own ink: a stamp-bordered box, checked solid with a parchment tick — the native widget never matches the parchment. */