Improve UI

This commit is contained in:
Nicolas Mowen 2025-08-11 11:05:36 -06:00
parent cfb540e7e2
commit e5e4cbf12a

View File

@ -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