mirror of
https://github.com/vladmandic/automatic
synced 2026-08-26 23:20:59 +02:00
small changes and removed useless css
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user