From 076b3a273febb867d229ffedcd6194177da306fe Mon Sep 17 00:00:00 2001 From: Julian Freeman Date: Thu, 16 Apr 2026 18:27:15 -0400 Subject: [PATCH] fix refresh icon --- src/components/sidebar/AppSidebar.vue | 33 +++++++++++---------------- 1 file changed, 13 insertions(+), 20 deletions(-) diff --git a/src/components/sidebar/AppSidebar.vue b/src/components/sidebar/AppSidebar.vue index 76fb3f1..d859508 100644 --- a/src/components/sidebar/AppSidebar.vue +++ b/src/components/sidebar/AppSidebar.vue @@ -25,7 +25,16 @@ const emit = defineEmits<{

Browser Assistant

@@ -129,25 +138,9 @@ const emit = defineEmits<{ } .refresh-icon { - width: 14px; - height: 14px; - border: 1.9px solid #334155; - border-left-color: transparent; - position: relative; - border-radius: 50%; - transform: rotate(-22deg); -} - -.refresh-icon::after { - content: ""; - position: absolute; - top: -1px; - right: -2px; - width: 5px; - height: 5px; - border-top: 1.9px solid #334155; - border-right: 1.9px solid #334155; - transform: rotate(0deg); + width: 16px; + height: 16px; + color: #334155; } .sr-only {