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):
     
         
             
-                | Drag | 
+                 | 
                 Qty | 
                 Prompt | 
                 Length | 
@@ -1496,9 +1496,20 @@ def generate_queue_html(queue):
         if end_img_uri:
             end_img_md = f''
 
-        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;