Skip to content

Commit

Permalink
fix: remove extra padding and hover effect on dark theme (elk-zone#3157)
Browse files Browse the repository at this point in the history
  • Loading branch information
shuuji3 authored and Cl0v1s committed Jan 27, 2025
1 parent 089d146 commit ccc4284
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion elk/components/status/StatusPreviewCardMoreFromAuthor.vue
Original file line number Diff line number Diff line change
Expand Up @@ -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>

0 comments on commit ccc4284

Please sign in to comment.