From ea5d4c2613269f1fa02a3ba79025f5d4764ba528 Mon Sep 17 00:00:00 2001 From: Chris Malone Date: Fri, 26 Sep 2025 00:56:43 +1000 Subject: [PATCH] replaced unicode icons with SVG --- wgp.py | 33 +++++++++++++++++++++++++++------ 1 file changed, 27 insertions(+), 6 deletions(-) diff --git a/wgp.py b/wgp.py index 298c8f8..316e6b4 100644 --- a/wgp.py +++ b/wgp.py @@ -1453,7 +1453,7 @@ def generate_queue_html(queue): - + @@ -1496,9 +1496,20 @@ def generate_queue_html(queue): if end_img_uri: end_img_md = f'
{end_img_labels[0]}
' - drag_handle = f'' - edit_btn = f"""""" - remove_btn = f"""""" + drag_handle = f"""""" + edit_btn = f"""""" + remove_btn = f"""""" row_html = f""" @@ -9556,8 +9567,6 @@ def create_ui(): color: #718096; transition: color 0.2s; line-height: 1; - position: relative; - left: -3px; } #queue_html_container .action-button:hover { color: #e2e8f0; @@ -9589,6 +9598,18 @@ def create_ui(): #queue_html_container tr.drag-over-bottom { border-bottom: 2px solid #4299e1; } + #queue_html_container .action-button svg { + width: 20px; + height: 20px; + } + + #queue_html_container .drag-handle svg { + width: 20px; + height: 20px; + } + #queue_html_container .action-button:hover svg { + fill: #e2e8f0; + } #image-modal-container { position: fixed; top: 0;
Drag Qty Prompt Length + + + +