mirror of
https://github.com/gradio-app/gradio.git
synced 2025-02-17 11:29:58 +08:00
Fix broken image select (#9770)
* changes * add changeset --------- Co-authored-by: Ali Abid <aliabid94@gmail.com> Co-authored-by: gradio-pr-bot <gradio-pr-bot@users.noreply.github.com>
This commit is contained in:
parent
6d933bea60
commit
47b556523d
6
.changeset/busy-lions-pull.md
Normal file
6
.changeset/busy-lions-pull.md
Normal file
@ -0,0 +1,6 @@
|
||||
---
|
||||
"@gradio/upload": patch
|
||||
"gradio": patch
|
||||
---
|
||||
|
||||
fix:Fix broken image select
|
@ -317,16 +317,6 @@
|
||||
width: var(--size-full);
|
||||
}
|
||||
|
||||
.hidden {
|
||||
display: none;
|
||||
position: absolute;
|
||||
flex-grow: 0;
|
||||
}
|
||||
|
||||
.hidden :global(svg) {
|
||||
display: none;
|
||||
}
|
||||
|
||||
.center {
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
@ -337,6 +327,16 @@
|
||||
justify-content: center;
|
||||
align-items: center;
|
||||
}
|
||||
.hidden {
|
||||
display: none;
|
||||
position: absolute;
|
||||
flex-grow: 0;
|
||||
}
|
||||
|
||||
.hidden :global(svg) {
|
||||
display: none;
|
||||
}
|
||||
|
||||
.disable_click {
|
||||
cursor: default;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user