Skip to content

Commit

Permalink
some styling tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
mimecuvalo committed May 9, 2024
1 parent 5030efc commit a054e70
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions components/FeedWrapper.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,14 @@ const FeedWrapper = styled('div', { label: 'FeedWrapper' })`
overflow-y: scroll;
}
& .hw-item p {
margin-block: 0;
}
& img:not([alt='thumbnail']) {
max-height: none;
}
&& header {
height: auto;
border: 0;
Expand Down
4 changes: 2 additions & 2 deletions components/content/Footer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -51,10 +51,10 @@ export default function Footer({ content, contentOwner }: { content: Content; co
{name}
</Link>
</span>
<span className="notranslate">:&nbsp;</span>
<span className="notranslate">&nbsp;•&nbsp;</span>
<Link href={contentUrl(content)}>
<F
defaultMessage="posted {date}"
defaultMessage="{date}"
values={{
date: (
<time className="t-published" dateTime={createdAt}>
Expand Down

0 comments on commit a054e70

Please sign in to comment.