-
Notifications
You must be signed in to change notification settings - Fork 43
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: show compact posts #22
Conversation
Someone is attempting to deploy a commit to a Personal Account owned by @Xyphyn on Vercel. @Xyphyn first needs to authorize it. |
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
For some reason the title of the post seems to have no padding with the metadata. I'd also prefer if every image was square, similar to lemmy-ui, and maybe make it a block instead of inline |
OK, I can look into that... I'm not very familiar with CSS or Tailwind, but I'll see what I can do. |
Add a new UI setting for showing compact posts: - Show a small thumbnail to the right of the metadata and title if a thumbnail is available or if the post is an image - Do not show normal thumbnail or text bodies.
2d33e5c
to
e5c970e
Compare
Looks good! |
Deploying photon with Cloudflare Pages
|
Add a new UI setting for showing compact posts:
Here is a screenshot of what the Frontpage looks like on the desktop (Firefox):
Here is a community screenshot:
Here is the Frontpage on mobile (Firefox/Android):
Here is a community screenshot on mobile:
If you need me to refactor or modify the code, I would welcome the opportunity to do so. Thanks for starting this great project!