Skip to content

Commit cf0a760

Browse files
committed
fix: back position on post layout
1 parent ccc45b8 commit cf0a760

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/app/~/[slug]/page.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ export default async function Post(props: Params) {
4848
<IconButton
4949
position="fixed"
5050
left={{ base: "unset", lg: "1rem" }}
51-
right={{ base: "1rem", lg: "unset" }}
51+
right={{ base: "3rem", lg: "unset" }}
5252
top="1rem"
5353
asChild
5454
rounded="full"

0 commit comments

Comments
 (0)