aboutsummaryrefslogtreecommitdiff
path: root/style.css
diff options
context:
space:
mode:
authorAUTOMATIC <16777216c@gmail.com>2023-05-14 11:04:21 +0300
committerAUTOMATIC <16777216c@gmail.com>2023-05-14 11:04:21 +0300
commita00e42556ffbc1b757fda5ba3f85a9e11c931441 (patch)
tree7887e5aa42751bd917cf44174926fbb9a9e0c05c /style.css
parentce515b81c57a2028ea515bd8f6f7984ba0f08963 (diff)
add a bunch of descriptions and reword a lot of settings (sorry, localizers)
Diffstat (limited to 'style.css')
-rw-r--r--style.css4
1 files changed, 2 insertions, 2 deletions
diff --git a/style.css b/style.css
index 1e978592..0c2f453c 100644
--- a/style.css
+++ b/style.css
@@ -425,11 +425,11 @@ table.settings-value-table td{
color: var(--body-text-color);
}
-#settings .gradio-textbox, #settings .gradio-slider, #settings .gradio-number, #settings .gradio-dropdown, #settings .gradio-checkboxgroup{
+#settings .gradio-textbox, #settings .gradio-slider, #settings .gradio-number, #settings .gradio-dropdown, #settings .gradio-checkboxgroup, #settings .gradio-radio{
margin-top: 0.75em;
}
-.gradio-textbox .settings-comment, .gradio-slider .settings-comment, .gradio-number .settings-comment, .gradio-dropdown .settings-comment, .gradio-checkboxgroup .settings-comment {
+#settings span .settings-comment {
display: inline
}