aboutsummaryrefslogtreecommitdiff
path: root/style.css
diff options
context:
space:
mode:
Diffstat (limited to 'style.css')
-rw-r--r--style.css26
1 files changed, 24 insertions, 2 deletions
diff --git a/style.css b/style.css
index 26c759d7..fb937f3a 100644
--- a/style.css
+++ b/style.css
@@ -43,9 +43,31 @@
margin-right: auto;
}
+#random_seed, #random_subseed, #reuse_seed, #reuse_subseed{
+ min-width: auto;
+ flex-grow: 0;
+ padding-left: 0.25em;
+ padding-right: 0.25em;
+}
+
+#seed_row, #subseed_row{
+ gap: 0.5rem;
+}
+
+#subseed_show_box{
+ min-width: auto;
+ flex-grow: 0;
+}
+
+#subseed_show_box > div{
+ border: 0;
+ height: 100%;
+}
+
#subseed_show{
- min-width: 6em;
- max-width: 6em;
+ min-width: auto;
+ flex-grow: 0;
+ padding: 0;
}
#subseed_show label{