mirror of
https://github.com/pewdiepie-archdaemon/odysseus.git
synced 2026-06-18 02:35:23 -04:00
a9de61771a
Rows inside the Advanced details were inheriting the standard 6px row-gap from .hwfit-serve-row (used to give the Core knobs some breathing room). Inside Advanced — where the rows are mostly single-line dropdowns — that read as half a row of empty space between every pair. Now inside Advanced only: - grid row-gap drops to 4px - label → control margin-top drops to 1px (was 2px) - checks row gap also drops to 4px Outside Advanced (Core, etc.) the original spacing stays.