diff options
author | AUTOMATIC <16777216c@gmail.com> | 2022-09-09 19:43:16 +0300 |
---|---|---|
committer | AUTOMATIC <16777216c@gmail.com> | 2022-09-09 19:43:16 +0300 |
commit | d714ea4c41e4e7c0dc4730d9ea137d134691c0a2 (patch) | |
tree | df135850003abb5ebe9aae8da857dc634d71dd42 /style.css | |
parent | 5b6a585ae58b9fff1c07f3b811c8373e21249887 (diff) |
ability to upload mask for inpainting
Diffstat (limited to 'style.css')
-rw-r--r-- | style.css | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -19,6 +19,10 @@ max-width: 4em;
}
+#resize_mode{
+ flex: 1.5;
+}
+
button{
align-self: stretch !important;
}
|