Commit 861fe750 authored by EllangoK's avatar EllangoK
Browse files

fixes ui issues with checkbox and hires. sections

parent f53527f7
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -707,12 +707,16 @@ footer {

#txt2img_checkboxes, #img2img_checkboxes{
    margin-bottom: 0.5em;
    margin-left: 0em;
}
#txt2img_checkboxes > div, #img2img_checkboxes > div{
    flex: 0;
    white-space: nowrap;
    min-width: auto;
}
#txt2img_hires_fix{
    margin-left: -0.8em;
}

.inactive{
    opacity: 0.5;