mirror of
https://github.com/facefusion/facefusion.git
synced 2026-06-06 20:53:54 +02:00
fix Gradio gallery styles
This commit is contained in:
@@ -62,10 +62,14 @@
|
||||
width: 1.125rem;
|
||||
}
|
||||
|
||||
:root:root:root:root .thumbnail-item
|
||||
:root:root:root:root .gallery-container .thumbnail-item
|
||||
{
|
||||
border: unset;
|
||||
box-shadow: unset;
|
||||
}
|
||||
|
||||
:root:root:root:root .gallery-container .grid-container
|
||||
{
|
||||
grid-template-columns: repeat(7, 1fr);
|
||||
}
|
||||
|
||||
:root:root:root:root .grid-wrap.fixed-height
|
||||
|
||||
@@ -39,7 +39,6 @@ def render() -> None:
|
||||
{
|
||||
'label': translator.get('uis.reference_face_gallery'),
|
||||
'object_fit': 'cover',
|
||||
'columns': 7,
|
||||
'allow_preview': False,
|
||||
'elem_classes': 'box-face-selector',
|
||||
'visible': 'reference' in state_manager.get_item('face_selector_mode')
|
||||
|
||||
Reference in New Issue
Block a user