diff --git a/ui/index.html b/ui/index.html
index e5a6db00..2454da6e 100644
--- a/ui/index.html
+++ b/ui/index.html
@@ -27,7 +27,7 @@
}
}
.image_preview_container {
- display: none;
+ /* display: none; */
margin-top: 10pt;
}
.image_clear_btn {
@@ -274,7 +274,24 @@
height: 23px;
transform: translateY(25%);
}
+ #inpaintingEditor {
+ width: 300pt;
+ height: 300pt;
+ margin-top: 5pt;
+ }
+ .drawing-board-canvas-wrapper {
+ background-size: 100% 100%;
+ }
+ #inpaintingEditor canvas {
+ opacity: 0.6;
+ }
+ #enable_mask {
+ margin-top: 8pt;
+ }
+
+
+