💄 Fix styles issue
This commit is contained in:
parent
8fd34d1bb7
commit
da7599edf2
@ -43,7 +43,7 @@ export default function PostItem(props: {
|
|||||||
);
|
);
|
||||||
|
|
||||||
return (
|
return (
|
||||||
<div class="post-item">
|
<div class="post-item max-w-screen">
|
||||||
<Show when={!props.noAuthor}>
|
<Show when={!props.noAuthor}>
|
||||||
<a href={`/accounts/${props.post.author.name}`}>
|
<a href={`/accounts/${props.post.author.name}`}>
|
||||||
<div class="flex bg-base-200">
|
<div class="flex bg-base-200">
|
||||||
|
Loading…
Reference in New Issue
Block a user