Skip to content

Commit

Permalink
roll back post hover backgroud
Browse files Browse the repository at this point in the history
  • Loading branch information
kualta committed Jul 7, 2024
1 parent be8a17e commit acf22ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/post/PostView.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ export const PostView = ({
return (
<div className={"flex flex-col gap-2 w-full"}>
<PostContextMenu post={item}>
<Card onClick={() => setCollapsed(false)} className="hover:bg-card">
<Card onClick={() => setCollapsed(false)}>
<CardContent className={`flex flex-row p-2 ${settings.isComment ? "sm:p-2 sm:pb-4 gap-2" : "sm:p-4 gap-4 "}`}>
<span className="min-h-full flex flex-col justify-start items-center relative">
<div className={`shrink-0 grow-0 rounded-full" ${settings.isComment ? "w-6 h-6" : "w-10 h-10"}`}>
Expand Down

0 comments on commit acf22ed

Please sign in to comment.