diff options
author | Michoko <michoko@hotmail.com> | 2022-09-27 21:02:11 +0000 |
---|---|---|
committer | AUTOMATIC1111 <16777216c@gmail.com> | 2022-09-29 09:10:00 +0000 |
commit | f8acbb8f880815facb5037efcd676f2f0d2b5bf4 (patch) | |
tree | b66752ce0b66222e2a842ac2ee079bf567895c2f /style.css | |
parent | 4127f4aff8aff3d72bdd47224fabf9697633b352 (diff) | |
download | stable-diffusion-webui-gfx803-f8acbb8f880815facb5037efcd676f2f0d2b5bf4.tar.gz stable-diffusion-webui-gfx803-f8acbb8f880815facb5037efcd676f2f0d2b5bf4.tar.bz2 stable-diffusion-webui-gfx803-f8acbb8f880815facb5037efcd676f2f0d2b5bf4.zip |
Add output folder icons
Adds icons on the first 3 tabs to directly open the corresponding images output directory
Diffstat (limited to 'style.css')
-rw-r--r-- | style.css | 8 |
1 files changed, 7 insertions, 1 deletions
@@ -1,5 +1,11 @@ .output-html p {margin: 0 0.5em;}
+.row > *,
+.row > .gr-form > * {
+ min-width: min(120px, 100%);
+ flex: 1 1 0%;
+}
+
.performance {
font-size: 0.85em;
color: #444;
@@ -43,7 +49,7 @@ margin-right: auto;
}
-#random_seed, #random_subseed, #reuse_seed, #reuse_subseed{
+#random_seed, #random_subseed, #reuse_seed, #reuse_subseed, #open_folder{
min-width: auto;
flex-grow: 0;
padding-left: 0.25em;
|