hide delete button for single-item dropdown

more stylistic changes
This commit is contained in:
AUTOMATIC
2023-03-21 08:18:14 +03:00
parent 9b2f205400
commit 43a0912a07
4 changed files with 50 additions and 12 deletions

View File

@@ -129,7 +129,7 @@ Requested path was: {f}
generation_info = None
with gr.Column():
with gr.Row(elem_id=f"image_buttons_{tabname}"):
with gr.Row(elem_id=f"image_buttons_{tabname}", elem_classes="image-buttons"):
open_folder_button = gr.Button(folder_symbol, visible=not shared.cmd_opts.hide_ui_dir_config)
if tabname != "extras":