mirror of
https://github.com/Dispatcharr/Dispatcharr.git
synced 2026-01-23 10:45:27 +00:00
Reduced spacing between fields.
This commit is contained in:
parent
f6fa90178d
commit
9fcce85ea7
1 changed files with 1 additions and 1 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue