From de47f58326023a936f8561662575a21bb36dfad4 Mon Sep 17 00:00:00 2001 From: Nicolas Mowen Date: Tue, 30 Apr 2024 09:22:27 -0600 Subject: [PATCH] Better scaling for frigate+ dialog and thumbnails --- web/src/components/card/AnimatedEventCard.tsx | 2 +- web/src/pages/SubmitPlus.tsx | 2 +- web/tailwind.config.js | 3 ++- 3 files changed, 4 insertions(+), 3 deletions(-) diff --git a/web/src/components/card/AnimatedEventCard.tsx b/web/src/components/card/AnimatedEventCard.tsx index 0ce535518..126dd4511 100644 --- a/web/src/components/card/AnimatedEventCard.tsx +++ b/web/src/components/card/AnimatedEventCard.tsx @@ -62,7 +62,7 @@ export function AnimatedEventCard({ event }: AnimatedEventCardProps) {
(!open ? setUpload(undefined) : null)} > - + Submit To Frigate+ diff --git a/web/tailwind.config.js b/web/tailwind.config.js index 93faa87ca..924a7327e 100644 --- a/web/tailwind.config.js +++ b/web/tailwind.config.js @@ -139,7 +139,8 @@ module.exports = { xs: "480px", "2xl": "1440px", "3xl": "1920px", - "4xl": "2560px", + "2k": "2560px", + "4k": "3180px", }, }, },