💄 Fix styles issue

This commit is contained in:
LittleSheep 2024-02-08 16:51:44 +08:00
parent 8fd34d1bb7
commit da7599edf2

View File

@ -43,7 +43,7 @@ export default function PostItem(props: {
);
return (
<div class="post-item">
<div class="post-item max-w-screen">
<Show when={!props.noAuthor}>
<a href={`/accounts/${props.post.author.name}`}>
<div class="flex bg-base-200">