aboutsummaryrefslogtreecommitdiffstats
path: root/style.css
diff options
context:
space:
mode:
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;