mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-02-10 21:25:24 +03:00
Cleanup export margins
This commit is contained in:
parent
0309626591
commit
7fd09978b4
@ -216,11 +216,11 @@ export function ExportContent({
|
|||||||
<DialogHeader>
|
<DialogHeader>
|
||||||
<DialogTitle>Export</DialogTitle>
|
<DialogTitle>Export</DialogTitle>
|
||||||
</DialogHeader>
|
</DialogHeader>
|
||||||
<SelectSeparator className="bg-secondary" />
|
<SelectSeparator className="my-3 bg-secondary" />
|
||||||
</>
|
</>
|
||||||
)}
|
)}
|
||||||
<RadioGroup
|
<RadioGroup
|
||||||
className={`flex flex-col gap-3 ${isDesktop ? "" : "mt-4"}`}
|
className={`flex flex-col gap-4 ${isDesktop ? "" : "mt-4"}`}
|
||||||
onValueChange={(value) => onSelectTime(value as ExportOption)}
|
onValueChange={(value) => onSelectTime(value as ExportOption)}
|
||||||
>
|
>
|
||||||
{EXPORT_OPTIONS.map((opt) => {
|
{EXPORT_OPTIONS.map((opt) => {
|
||||||
@ -260,7 +260,7 @@ export function ExportContent({
|
|||||||
value={name}
|
value={name}
|
||||||
onChange={(e) => setName(e.target.value)}
|
onChange={(e) => setName(e.target.value)}
|
||||||
/>
|
/>
|
||||||
{isDesktop && <SelectSeparator className="bg-secondary" />}
|
{isDesktop && <SelectSeparator className="my-3 bg-secondary" />}
|
||||||
<DialogFooter
|
<DialogFooter
|
||||||
className={isDesktop ? "" : "mt-3 flex flex-col-reverse gap-4"}
|
className={isDesktop ? "" : "mt-3 flex flex-col-reverse gap-4"}
|
||||||
>
|
>
|
||||||
@ -371,7 +371,7 @@ function CustomTimeSelector({
|
|||||||
|
|
||||||
return (
|
return (
|
||||||
<div
|
<div
|
||||||
className={`flex items-center bg-secondary rounded-lg ${isDesktop ? "mx-8 px-2 gap-2" : "pl-2 mt-3"}`}
|
className={`mt-3 flex items-center bg-secondary rounded-lg ${isDesktop ? "mx-8 px-2 gap-2" : "pl-2"}`}
|
||||||
>
|
>
|
||||||
<FaCalendarAlt />
|
<FaCalendarAlt />
|
||||||
<Popover
|
<Popover
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user