Commit db85421d authored by bluelovers's avatar bluelovers
Browse files

feat: better lightbox when not enable zoom

parent 0cc0ee1b
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -11,7 +11,7 @@ function showModal(event) {
    if (modalImage.style.display === 'none') {
        lb.style.setProperty('background-image', 'url(' + source.src + ')');
    }
    lb.style.display = "block";
    lb.style.display = "flex";
    lb.focus()

    const tabTxt2Img = gradioApp().getElementById("tab_txt2img")
+1 −3
Original line number Diff line number Diff line
@@ -436,9 +436,7 @@ input[type="range"]{

#modalImage {
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: auto;
    margin: auto;
    width: auto;
}