Skip to content
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

Improve collapsed styling #174

Open
alecmuffett opened this issue Jan 8, 2023 · 3 comments
Open

Improve collapsed styling #174

alecmuffett opened this issue Jan 8, 2023 · 3 comments

Comments

@alecmuffett
Copy link
Contributor

Example from stacking a few collapses on Safari/Mac:

Screenshot 2023-01-08 at 10 11 19

@alecmuffett
Copy link
Contributor Author

Aside: this was also very confusing on Mobile as a new user, because I was not sure if the Reaction button related to the post above or the post below, and having controls for each so close together on a mobile screen was hard to tap without doing the wrong thing.

Perhaps all the controls for a post could go in a single line below the post?

@akirk akirk changed the title Hitting the "Collapse" button (the one with 4 arrows pointing towards the center) on a wide display, crushes posts together. Example: Improve collapsed styling Jan 10, 2023
@akirk
Copy link
Owner

akirk commented Jan 10, 2023

I agree that the collapsed styling of status posts is not good and needs to be improved. It's just a few CSS modifications:

<article id="post-<?php the_ID(); ?>" <?php post_class( 'column col-8 col-sm-12 col-mx-auto' ); ?>>

vs

<article id="post-<?php the_ID(); ?>" <?php post_class( 'card column col-12' ); ?>>

Having the card class removed makes statusses appear lighter by removing "card box" but then also causes these problems.

@akirk
Copy link
Owner

akirk commented Jun 28, 2023

I improved it in 2.6.0 with #220 and am continuing to iterate with upcoming #224. Happy to get your thoughts on these improvements.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants