mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-04-27 17:17:40 +03:00
Improve UI
This commit is contained in:
parent
cfb540e7e2
commit
e5e4cbf12a
@ -258,8 +258,8 @@ export default function ReviewDetailDialog({
|
|||||||
{aiAnalysis != undefined && (
|
{aiAnalysis != undefined && (
|
||||||
<div
|
<div
|
||||||
className={cn(
|
className={cn(
|
||||||
"m-2 flex h-full w-full flex-col gap-2 rounded-md bg-card p-2",
|
"flex h-full w-full flex-col gap-2 rounded-md bg-card p-2",
|
||||||
isDesktop && "w-[90%]",
|
isDesktop && "m-2 w-[90%]",
|
||||||
)}
|
)}
|
||||||
>
|
>
|
||||||
AI Analysis
|
AI Analysis
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user