Skip to content

Commit

Permalink
Fix profile feed
Browse files Browse the repository at this point in the history
  • Loading branch information
xypnox committed Aug 6, 2024
1 parent 15ce542 commit 1a907fc
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions src/components/profileLinks.astro
Original file line number Diff line number Diff line change
Expand Up @@ -80,5 +80,12 @@ import { TootFeed as TootFeedSolid } from "../components/tootfeed.tsx";

.profile-feed {
font-size: 0.8rem;
max-width: 100%;
overflow-x: hidden;
}

.profile-feed :global(img) {
max-width: 100%;
max-height: 100%;
}
</style>

0 comments on commit 1a907fc

Please sign in to comment.