mirror of
https://github.com/gradio-app/gradio.git
synced 2025-03-31 12:20:26 +08:00
Fix gallery thumbnail design regression (#7024)
* tweak image thumbnail object fit * add changeset --------- Co-authored-by: gradio-pr-bot <gradio-pr-bot@users.noreply.github.com>
This commit is contained in:
parent
9cefd2e90a
commit
f2d69fc7d0
6
.changeset/orange-cameras-tell.md
Normal file
6
.changeset/orange-cameras-tell.md
Normal file
@ -0,0 +1,6 @@
|
||||
---
|
||||
"@gradio/gallery": minor
|
||||
"gradio": minor
|
||||
---
|
||||
|
||||
feat:Fix gallery thumbnail design regression
|
@ -357,12 +357,16 @@
|
||||
width: 100%;
|
||||
display: flex;
|
||||
}
|
||||
.preview :global(img) {
|
||||
.image-button :global(img) {
|
||||
width: var(--size-full);
|
||||
height: var(--size-full);
|
||||
object-fit: contain;
|
||||
}
|
||||
|
||||
.thumbnails :global(img) {
|
||||
object-fit: cover;
|
||||
width: var(--size-full);
|
||||
height: var(--size-full);
|
||||
}
|
||||
.preview :global(img.with-caption) {
|
||||
height: var(--size-full);
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user