From 807f09da74d49ae0a40472e624fe3269ba5c2492 Mon Sep 17 00:00:00 2001 From: Methapon2001 <61303214+Methapon2001@users.noreply.github.com> Date: Fri, 28 Jun 2024 11:10:08 +0700 Subject: [PATCH] fix: selector spacing --- src/components/SelectorList.vue | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/components/SelectorList.vue b/src/components/SelectorList.vue index fc4ea2f0..34b6b8d1 100644 --- a/src/components/SelectorList.vue +++ b/src/components/SelectorList.vue @@ -77,8 +77,9 @@ defineProps<{ } .dot { - height: 25px; - width: 25px; + height: 19px; + width: 19px; + margin-block: 3px; background-color: hsla(var(--info-bg) / 0.1); border: 1px solid transparent; color: hsl(var(--info-bg));