mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-06-22 12:21:53 +03:00
fix spacing
This commit is contained in:
parent
3c0eb0bb1d
commit
54bedbf911
@ -906,14 +906,15 @@ function StreamUrlEntry({
|
|||||||
|
|
||||||
return (
|
return (
|
||||||
<div className="pb-4">
|
<div className="pb-4">
|
||||||
<div className="flex flex-1 flex-row items-center justify-start text-sm text-primary-variant">
|
<div className="flex h-7 flex-row items-center justify-start gap-2 text-sm text-primary-variant">
|
||||||
{t("go2rtcStreams.streamNumber", { index: urlIndex + 1 })}
|
{t("go2rtcStreams.streamNumber", { index: urlIndex + 1 })}
|
||||||
{canRemove && (
|
{canRemove && (
|
||||||
<Button
|
<Button
|
||||||
variant="ghost"
|
variant="ghost"
|
||||||
size="sm"
|
size="sm"
|
||||||
onClick={onRemoveUrl}
|
onClick={onRemoveUrl}
|
||||||
className="text-secondary-foreground hover:text-secondary-foreground"
|
className="size-7 p-0 text-secondary-foreground hover:text-secondary-foreground"
|
||||||
|
aria-label={t("button.delete", { ns: "common" })}
|
||||||
>
|
>
|
||||||
<LuTrash2 className="size-4" />
|
<LuTrash2 className="size-4" />
|
||||||
</Button>
|
</Button>
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user