Reduced spacing between fields.

This commit is contained in:
SergeantPanda 2025-07-19 15:31:45 -05:00
parent f6fa90178d
commit 9fcce85ea7

View file

@ -264,7 +264,7 @@ const M3UGroupFilter = ({ playlist = null, isOpen, onClose }) => {
</Button>
{/* Auto Sync Controls */}
<Stack spacing={4} >
<Stack spacing="xs" style={{ '--stack-gap': '4px' }}>
<Flex align="center" gap="xs">
<Checkbox
label="Auto Channel Sync"