Skip to content

Commit

Permalink
🐛 fix: Fix img2img Gallery image auto height (lobehub#481)
Browse files Browse the repository at this point in the history
  • Loading branch information
kaalibro committed Dec 3, 2023
1 parent aa4befd commit a32cdec
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 8 deletions.
4 changes: 0 additions & 4 deletions javascript/main.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 0 additions & 4 deletions src/styles/components/gallery.ts
Original file line number Diff line number Diff line change
Expand Up @@ -92,9 +92,5 @@ export default (token: Theme) => {
}
}
}
div[id^='img2img_'].block.gradio-image {
height: auto !important;
}
`;
};

0 comments on commit a32cdec

Please sign in to comment.