mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-05-09 15:05:26 +03:00
remove border
This commit is contained in:
parent
d37ec0c6a1
commit
398ac80577
@ -928,7 +928,7 @@ function CaseView({
|
|||||||
))}
|
))}
|
||||||
</div>
|
</div>
|
||||||
) : (
|
) : (
|
||||||
<div className="flex min-h-[16rem] flex-col items-center justify-center rounded-2xl border border-dashed border-border bg-background/40 p-6 text-center">
|
<div className="flex min-h-[16rem] flex-col items-center justify-center p-6 text-center">
|
||||||
<LuFolderX className="size-12" />
|
<LuFolderX className="size-12" />
|
||||||
<div className="mt-3 text-lg font-medium">
|
<div className="mt-3 text-lg font-medium">
|
||||||
{t("caseView.emptyTitle")}
|
{t("caseView.emptyTitle")}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user