Skip to content

Commit

Permalink
small fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
sauldom102 committed Jan 3, 2025
1 parent 65cfe94 commit ef3aa0e
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ export const BaseCommunityPost = ({
/>
</Link>
</div>
<div className="flex flex-col gap-3">
<div className="flex flex-1 flex-col gap-3">
<div className="flex flex-col gap-2">
<div className="flex flex-row justify-between">
<div className="flex flex-1 flex-row flex-wrap items-center gap-1">
Expand Down Expand Up @@ -147,7 +147,7 @@ export const BaseCommunityPost = ({
</div>
</div>
{imageUrl && !event && (
<div className="aspect-video w-full overflow-hidden rounded-xl md:w-2/3">
<div className="relative aspect-video overflow-hidden rounded-xl md:w-2/3">
<img
src={imageUrl}
role="presentation"
Expand Down

0 comments on commit ef3aa0e

Please sign in to comment.