Skip to content

Commit

Permalink
Adjust padding and alignment in CurrentEntryPane for improved layout
Browse files Browse the repository at this point in the history
  • Loading branch information
angristan committed Feb 22, 2025
1 parent 4d1e2c2 commit 28ed140
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions resources/js/Pages/Reader/CurrentEntryPane.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -220,8 +220,8 @@ export default function CurrentEntryPane({

return (
<Flex direction="column" w="100%">
<Card pb={10} pt={10} pl={10} pr={10}>
<Flex direction="row" justify="space-between">
<Card pb={10} pl={10} pr={10}>
<Flex direction="row" justify="space-between" align="center">
<Image
src={currententry.feed.favicon_url}
w={20}
Expand Down

0 comments on commit 28ed140

Please sign in to comment.