Skip to content

Commit

Permalink
fixed mobile inpaint ui bug on some phones
Browse files Browse the repository at this point in the history
  • Loading branch information
Metal079 committed Sep 13, 2023
1 parent 0002f22 commit 44512d7
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion src/app/home/image-modal/image-modal.component.css
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down Expand Up @@ -127,4 +127,8 @@ canvas {
flex-direction: column;
/* Stack the label and the slider vertically */
}

.col {
padding: 1vw;
}
}

0 comments on commit 44512d7

Please sign in to comment.