From a58435de44fbdca33d86aafd2632b1c7e0f7aca5 Mon Sep 17 00:00:00 2001 From: Justin Georgi Date: Fri, 9 Feb 2024 10:37:40 -0700 Subject: [PATCH] Fix sizing issues on Safari Signed-off-by: Justin Georgi --- src/pages/detect.vue | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/src/pages/detect.vue b/src/pages/detect.vue index 4e171ca..0d5a219 100644 --- a/src/pages/detect.vue +++ b/src/pages/detect.vue @@ -6,7 +6,7 @@
- +
@@ -24,12 +24,12 @@
- - - + + + - +
@@ -112,8 +112,8 @@ .image-container { grid-area: image-view; - max-width: 100%; - max-height: 100%; + width: 100%; + height: 100%; min-width: 0; min-height: 0; position: relative; -- 2.49.1