From 610e83211643159dbaaaefcec40ea8e0b92447f3 Mon Sep 17 00:00:00 2001 From: Hakadao Date: Mon, 9 Oct 2023 17:35:10 +0800 Subject: [PATCH] style: adjust icons size --- src/components/Dock/Dock.vue | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/src/components/Dock/Dock.vue b/src/components/Dock/Dock.vue index 3b0b6ac6..66a37831 100644 --- a/src/components/Dock/Dock.vue +++ b/src/components/Dock/Dock.vue @@ -134,7 +134,6 @@ function toggleDark() { --at-apply: transform active:scale-90 md:w-45px w-35px md:lh-45px lh-35px - md:text-2xl text-xl p-0 flex items-center justify-center aspect-square relative leading-0 duration-300 @@ -150,6 +149,10 @@ function toggleDark() { shadow-$shadow dark:shadow-$shadow-dark active:shadow-$shadow-active dark-active:shadow-$shadow-dark-active; } + + svg { + --at-apply: md:w-22px w-18px md:h-22px h-18px; + } } }