AUTOMATIC1111/stable-diffusion-webuiのプレビューエリアをでかくしたら快適になった。
https://ul.h3z.jp/5qc9QrOs.jpg
どうぞおっそわけです。
1.「インストールフォルダ\sd.webui\webui\」にテキストファイル(user.css)を新規作成
2.下のテキストをコピペして保存
3.再起動

div:has(+ #tab_txt2img){
width:541px;
}
#txt2img_toprow, #txt2img_extra_networks{
width:541px;
}
#txt2img_settings{
max-width:541px;
}
#txt2img_results{
position:absolute;
top:-200px;
left:541px;
width:calc(100% - 541px);
}
#txt2img_gallery{
height:900px;
}
#txt2img_gallery > .preview > img{
height:900px !important;
object-fit: contain;
}
#txt2img_gallery > .preview > div:last-child{
top:860px;
}