From f6a47167c51c6df20b585bd6fe9761067caf1d22 Mon Sep 17 00:00:00 2001 From: TAKAHASHI Shuuji <shuuji3@gmail.com> Date: Mon, 27 Jan 2025 16:18:33 +0900 Subject: [PATCH] fix: remove extra padding and hover effect on dark theme (#3157) --- components/status/StatusPreviewCardMoreFromAuthor.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/status/StatusPreviewCardMoreFromAuthor.vue b/components/status/StatusPreviewCardMoreFromAuthor.vue index ff93a498..d5c73c83 100644 --- a/components/status/StatusPreviewCardMoreFromAuthor.vue +++ b/components/status/StatusPreviewCardMoreFromAuthor.vue @@ -15,6 +15,6 @@ defineProps<{ light:bg-gray-3 dark:bg-gray-8 > <span z-0>More from</span> - <AccountInlineInfo :account="account" hover:bg-gray-300 /> + <AccountInlineInfo :account="account" hover:bg-inherit ps-0 ms-0 /> </div> </template>