aboutsummaryrefslogtreecommitdiff
path: root/style.css
diff options
context:
space:
mode:
Diffstat (limited to 'style.css')
-rw-r--r--style.css12
1 files changed, 7 insertions, 5 deletions
diff --git a/style.css b/style.css
index f43d5162..81a0f492 100644
--- a/style.css
+++ b/style.css
@@ -22,22 +22,24 @@ button{
overflow: visible !important;
}
-fieldset span.text-gray-500, .gr-panel div.flex-col div.justify-between label, label.block span{
+#x_type, #y_type{
+ max-width: 10em;
+}
+
+fieldset span.text-gray-500, .gr-block.gr-box span.text-gray-500, label.block span{
position: absolute;
top: -0.6em;
line-height: 1.2em;
padding: 0 0.5em;
margin: 0;
-}
-fieldset span.text-gray-500, .gr-panel div.flex-col div.justify-between label, label.block span{
background-color: white;
border-top: 1px solid #eee;
border-left: 1px solid #eee;
border-right: 1px solid #eee;
}
-.dark fieldset span.text-gray-500, .dark .gr-panel div.flex-col div.justify-between label, .dark label.block span{
+.dark fieldset span.text-gray-500, .dark .gr-block.gr-box span.text-gray-500, .dark label.block span{
background-color: rgb(31, 41, 55);
border-top: 1px solid rgb(55 65 81);
border-left: 1px solid rgb(55 65 81);
@@ -63,4 +65,4 @@ input[type="range"]{
#txt2img_sampling label{
padding-left: 0.6em;
padding-right: 0.6em;
-} \ No newline at end of file
+}