small changes and removed useless css

This commit is contained in:
Pablo Hellmann
2024-12-01 01:23:13 +01:00
parent 05639ca238
commit 03b362e799
+2 -13
View File
@@ -392,13 +392,13 @@ input[type='range']::-moz-range-track {
}
/* Form Styles */
div.form {
div.form, #txt2img_seed_row, #txt2img_subseed_row {
border-width: 0;
box-shadow: var(--shadow-md);
background: var(--background-fill-primary);
border-bottom: 3px solid var(--highlight-color);
padding: 3px;
border-radius: var(--radius-md);
border-radius: var(--radius-lg);
margin: 1px;
}
@@ -700,17 +700,6 @@ svg.feather.feather-image,
height: 2.4em;
}
#footer,
#style_pos_col,
#style_neg_col,
#roll_col,
#extras_upscaler_2,
#extras_upscaler_2_visibility,
#txt2img_seed_resize_from_w,
#txt2img_seed_resize_from_h {
display: none;
}
#save-animation {
border-radius: var(--radius-sm) !important;
margin-bottom: 16px;