Skip to content

Commit

Permalink
fix(ui): social media unread dot position
Browse files Browse the repository at this point in the history
Signed-off-by: Innei <i@innei.in>
  • Loading branch information
Innei committed Sep 17, 2024
1 parent 1435632 commit e760676
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ export const SocialMediaItem: EntryListItemFC = ({ entryId, entryPreview, transl
"relative flex px-8 py-6",
"group",
!asRead &&
"before:absolute before:-left-4 before:top-[28px] before:block before:size-2 before:rounded-full before:bg-accent",
"before:absolute before:left-2 before:top-10 before:block before:size-2 before:rounded-full before:bg-accent",
)}
>
<FeedIcon fallback feed={feed} entry={entry.entries} size={32} className="mt-1" />
Expand Down

0 comments on commit e760676

Please sign in to comment.