style: styling on users posts and posts. chore: add todos

This commit is contained in:
Stevan Freeborn
2023-09-11 14:03:55 -05:00
parent 667bb089f5
commit 82900a6619
3 changed files with 13 additions and 8 deletions
+5 -1
View File
@@ -17,8 +17,12 @@ export default function Post({ post }: { post: PostWithUserDto }) {
// and we should display a 'more' link to load the post
// in an individual page
// TODO: Add menu button
// TODO: Add reply and like buttons
return (
<div className='flex w-full h-full gap-4 p-8 bg-white dark:bg-secondary-gray border border-gray-600'>
<div className='flex w-full h-full gap-4 p-8 bg-white dark:bg-secondary-gray'>
<div>
<Image
alt='user profile image'