From 44512d75b6f0cdfb235b77e3f20fe0b4b8c67072 Mon Sep 17 00:00:00 2001 From: Pablo Castro Date: Wed, 13 Sep 2023 00:07:57 -0500 Subject: [PATCH] fixed mobile inpaint ui bug on some phones --- src/app/home/image-modal/image-modal.component.css | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/src/app/home/image-modal/image-modal.component.css b/src/app/home/image-modal/image-modal.component.css index 77249a4..225ad4a 100644 --- a/src/app/home/image-modal/image-modal.component.css +++ b/src/app/home/image-modal/image-modal.component.css @@ -75,7 +75,7 @@ canvas { .brush-size-col { flex: 0 1 auto; /* This ensures the column does not grow or shrink but stays auto */ - min-width: 150px; + min-width: 120px; /* Set a minimum width for this column */ display: flex; flex-direction: column; @@ -127,4 +127,8 @@ canvas { flex-direction: column; /* Stack the label and the slider vertically */ } + + .col { + padding: 1vw; + } } \ No newline at end of file