aboutsummaryrefslogtreecommitdiff
path: root/style.css
diff options
context:
space:
mode:
authorMichoko <michoko@hotmail.com>2022-09-27 23:02:11 +0200
committerAUTOMATIC1111 <16777216c@gmail.com>2022-09-29 12:10:00 +0300
commitf8acbb8f880815facb5037efcd676f2f0d2b5bf4 (patch)
treeb66752ce0b66222e2a842ac2ee079bf567895c2f /style.css
parent4127f4aff8aff3d72bdd47224fabf9697633b352 (diff)
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.css8
1 files changed, 7 insertions, 1 deletions
diff --git a/style.css b/style.css
index 877f2f7f..a98c46ec 100644
--- a/style.css
+++ b/style.css
@@ -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;