mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-02-11 05:35:25 +03:00
Improve spacing
This commit is contained in:
parent
863914bd09
commit
9960e2d71e
@ -216,7 +216,7 @@ export function ExportContent({
|
|||||||
<DialogHeader>
|
<DialogHeader>
|
||||||
<DialogTitle>Export</DialogTitle>
|
<DialogTitle>Export</DialogTitle>
|
||||||
</DialogHeader>
|
</DialogHeader>
|
||||||
<SelectSeparator className="my-3 bg-secondary" />
|
<SelectSeparator className="my-4 bg-secondary" />
|
||||||
</>
|
</>
|
||||||
)}
|
)}
|
||||||
<RadioGroup
|
<RadioGroup
|
||||||
@ -254,13 +254,13 @@ export function ExportContent({
|
|||||||
/>
|
/>
|
||||||
)}
|
)}
|
||||||
<Input
|
<Input
|
||||||
className="mt-3"
|
className="my-6"
|
||||||
type="search"
|
type="search"
|
||||||
placeholder="Name the Export"
|
placeholder="Name the Export"
|
||||||
value={name}
|
value={name}
|
||||||
onChange={(e) => setName(e.target.value)}
|
onChange={(e) => setName(e.target.value)}
|
||||||
/>
|
/>
|
||||||
{isDesktop && <SelectSeparator className="my-3 bg-secondary" />}
|
{isDesktop && <SelectSeparator className="my-4 bg-secondary" />}
|
||||||
<DialogFooter
|
<DialogFooter
|
||||||
className={isDesktop ? "" : "mt-3 flex flex-col-reverse gap-4"}
|
className={isDesktop ? "" : "mt-3 flex flex-col-reverse gap-4"}
|
||||||
>
|
>
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user