mirror of
https://github.com/nesquena/hermes-webui.git
synced 2026-05-26 03:30:36 +00:00
16d307061e
The settingsSessionEndlessScroll checkbox and label were nested inside the session-jump description div with a stray </label> closing tag, causing browser markup recovery to shift the control layout. Fix: properly close the session-jump settings-field div, create a new settings-field div with margin-top:8px, and wrap the endless-scroll checkbox in its own <label> element consistent with other Appearance checkboxes.