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));