fixing previous css modifications

previous commit ce715de471 breaks compatibility for screens larger than 425px.
This commit is contained in:
Redacted
2023-11-06 12:21:24 -06:00
committed by GitHub
parent 47616b6552
commit a05e30903d
7 changed files with 3 additions and 7 deletions
-1
View File
@@ -119,7 +119,6 @@ button.selected {background: var(--button-primary-background-fill);}
#extras_upscale { margin-top: 10px }
#txt2img_progress_row > div { min-width: var(--left-column); max-width: var(--left-column); }
#txt2img_results, #img2img_results, #extras_results { background-color: var(--background-color); padding: 0; min-width: calc(min(320px, 100%)) !important;}
#txt2img_settings { min-width: var(--left-column); max-width: var(--left-column); background-color: #111111; padding-top: 16px; }
#pnginfo_html2_info { margin-top: -18px; background-color: var(--input-background-fill); padding: var(--input-padding) }
#txt2img_tools, #img2img_tools { margin-top: -4px; margin-bottom: -4px; }