diff --git a/components/common/CommonAlert.vue b/components/common/CommonAlert.vue index f784ce87..c3856bab 100644 --- a/components/common/CommonAlert.vue +++ b/components/common/CommonAlert.vue @@ -20,7 +20,7 @@ function close() {
- diff --git a/components/status/StatusActionsMore.vue b/components/status/StatusActionsMore.vue index 8365ac5f..bf4fd412 100644 --- a/components/status/StatusActionsMore.vue +++ b/components/status/StatusActionsMore.vue @@ -121,9 +121,9 @@ const showFavoritedAndBoostedBy = () => { diff --git a/unocss.config.ts b/unocss.config.ts index f2774999..9eb35f21 100644 --- a/unocss.config.ts +++ b/unocss.config.ts @@ -57,7 +57,7 @@ export default defineConfig({ 'flex-center': 'items-center justify-center', 'flex-v-center': 'items-center', 'flex-h-center': 'justify-center', - 'bg-hover-overflow': 'relative z-0 transition-colors duration-250 after-content-empty after:(absolute inset--2px bg-transparent rounded-lg z--1 transition-colors duration-250) hover:after:(bg-active)', + 'bg-hover-overflow': 'relative z-0 transition-colors duration-250 after-content-empty after:(absolute inset--4px bg-transparent rounded-full z--1 transition-colors duration-250) hover:after:(bg-active)', 'timeline-title-style': 'text-primary text-lg font-bold', },