mirror of
https://github.com/vladmandic/automatic
synced 2026-09-11 07:18:44 +02:00
fix paste
This commit is contained in:
@@ -81,7 +81,7 @@ svg.feather.feather-image, .feather .feather-image { display: none }
|
||||
#quicksettings > div, #quicksettings > fieldset { min-width: 24em; max-width: 26em; line-height: 2em; }
|
||||
#refresh_sd_model_checkpoint { height: 48px; margin-left: -14px; background: #333333; box-shadow: none; }
|
||||
#open_folder_extras, #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; }
|
||||
#refresh_txt2img_styles, #refresh_img2img_styles { height: 40px; margin-left: -8px; }
|
||||
#refresh_txt2img_styles, #refresh_img2img_styles { height: 45px; margin-left: -8px; }
|
||||
#save-animation { border-radius: 0 !important; margin-bottom: 16px; background-color: #111111; }
|
||||
#script_list { padding: 4px; margin-top: 20px; margin-bottom: 20px; }
|
||||
#settings > div.flex-wrap { width: 15em; }
|
||||
|
||||
@@ -92,6 +92,7 @@ button.custom-button{
|
||||
|
||||
.performance p{
|
||||
display: inline-block;
|
||||
color: var(--primary-100) !important
|
||||
}
|
||||
|
||||
.performance .time {
|
||||
@@ -116,7 +117,7 @@ a{
|
||||
#txt2img_gallery img, #img2img_gallery img, #extras_gallery img{
|
||||
object-fit: scale-down;
|
||||
width: -webkit-fill-available !important;
|
||||
height: -webkit-fill-available !important;
|
||||
height: inherit !important;
|
||||
}
|
||||
#txt2img_actions_column, #img2img_actions_column {
|
||||
gap: 0.5em;
|
||||
|
||||
Reference in New Issue
Block a user