diff --git a/ui/index.html b/ui/index.html index c6e5e043..e705edf3 100644 --- a/ui/index.html +++ b/ui/index.html @@ -53,7 +53,7 @@ (optional)
- +
diff --git a/ui/media/css/main.css b/ui/media/css/main.css index 0f5b58fb..8133548d 100644 --- a/ui/media/css/main.css +++ b/ui/media/css/main.css @@ -36,6 +36,14 @@ code { display: block; border: 2px solid var(--background-color2); } +#negative_prompt { + width: 100%; + height: 50pt; + font-size: 9px; + margin-bottom: 5px; + margin-top: 5px; + display: block; +} .image_preview_container { margin-top: 10pt; }