upgrade to tailwind 4

This commit is contained in:
henrygd
2025-08-22 17:02:20 -04:00
parent bbd9595ec0
commit 684d92c497
35 changed files with 542 additions and 1230 deletions

View File

@@ -27,7 +27,7 @@ export default memo(function AlertsButton({ system }: { system: SystemRecord })
/>
</Button>
</DialogTrigger>
<DialogContent className="max-h-full sm:max-h-[95svh] overflow-auto max-w-[37rem]">
<DialogContent className="max-h-full sm:max-h-[95svh] overflow-auto max-w-148">
{opened && <AlertDialogContent system={system} />}
</DialogContent>
</Dialog>