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

Fix CSS: Flex on desktop breaks up ext Post galleries #173

Open
pdragun opened this issue Feb 14, 2024 · 0 comments · May be fixed by #174
Open

Fix CSS: Flex on desktop breaks up ext Post galleries #173

pdragun opened this issue Feb 14, 2024 · 0 comments · May be fixed by #174

Comments

@pdragun
Copy link

pdragun commented Feb 14, 2024

For desktop flex is breaking up extension Post galleries. Problem is that Swiper js lib takes all possible width and it breaks design up and doesn't work at all.

Swiper element has width like on img below and it resize the page to this size too, so page is really width.
megaImg

Solution can be to change from flex to grid. Grid is used also for default flarum discussions & navigation and so Post galleries works there OK.

@pdragun pdragun linked a pull request Feb 14, 2024 that will close this issue
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

Successfully merging a pull request may close this issue.

1 participant