You'll notice
Useful2 Signal0
Workshop cards keep their shadow in dark mode and the bottom bar no longer jumps around.
What's wrong with this entry?
Anonymous. No account, no email.
What
Decision cards keep their lift in dark mode and the fixed bottom band no longer shifts when the page script swaps its content.
Details
- Decision cards gained
margin-bottom: var(--gap-xs);andbox-shadow: var(--shadow-sm);, replacing a hard-coded0 1px 4px rgba(0, 0, 0, 0.06)on the HTML lane. - The print stylesheet re-pins
--shadow-color: rgba(11, 11, 11, 0.08);. - The status banner and
.ws-status-footerboth reservemin-height: 72px;withbox-sizing: border-box.
Evidence
min-height: 72px;
Strings lifted out of the shipped bundle, so the claim above can be checked against them.