From 8a66174477becd61a84312f981821ab62ececfeb Mon Sep 17 00:00:00 2001 From: Yunwei Xiao Date: Wed, 4 Jan 2023 21:26:51 +0800 Subject: [PATCH] fix: fixed the style bug when toggle the dark mode (#754) --- components/status/StatusCard.vue | 1 - 1 file changed, 1 deletion(-) diff --git a/components/status/StatusCard.vue b/components/status/StatusCard.vue index 9265acb7..694145f9 100644 --- a/components/status/StatusCard.vue +++ b/components/status/StatusCard.vue @@ -90,7 +90,6 @@ const isDM = $computed(() => status.visibility === 'direct') ref="el" relative flex flex-col gap-1 pl-3 pr-4 pt-1 class="pb-1.5" - transition-100 :class="{ 'hover:bg-active': hover, 'border-t border-base': newer && !directReply }" tabindex="0" focus:outline-none focus-visible:ring="2 primary"