Merge pull request #190 from rocketgarden/patch-1

Tweak aspect ratio css workaround to apply only to image browser tab
pull/186/head
AlUlkesh 2023-06-02 02:44:00 +02:00 committed by GitHub
commit 59547c8431
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -17,7 +17,7 @@ div[id^="image_browser_tab"][id$="image_browser_gallery"].hide_loading > .svelte
/* Workaround until gradio version is updated to a version that fixes it
see https://github.com/gradio-app/gradio/issues/1590
*/
.thumbnail-item > img {
#tab_image_browser .thumbnail-item > img {
width: auto !important;
height: auto !important;
}