-
Notifications
You must be signed in to change notification settings - Fork 61
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
Bug: Make outside-left and outside-right block regions really responsive #266
Labels
bug
Something which isn't working
Comments
prasanna-lmsace
added a commit
to bdecentgmbh/moodle-theme_boost_union
that referenced
this issue
Apr 27, 2024
prasanna-lmsace
added a commit
to bdecentgmbh/moodle-theme_boost_union
that referenced
this issue
Apr 27, 2024
prasanna-lmsace
added a commit
to bdecentgmbh/moodle-theme_boost_union
that referenced
this issue
Apr 27, 2024
prasanna-lmsace
added a commit
to bdecentgmbh/moodle-theme_boost_union
that referenced
this issue
Apr 27, 2024
abias
pushed a commit
to bdecentgmbh/moodle-theme_boost_union
that referenced
this issue
Nov 21, 2024
prasanna-lmsace
added a commit
to bdecentgmbh/moodle-theme_boost_union
that referenced
this issue
Jan 25, 2025
prasanna-lmsace
added a commit
to bdecentgmbh/moodle-theme_boost_union
that referenced
this issue
Feb 6, 2025
abias
pushed a commit
to bdecentgmbh/moodle-theme_boost_union
that referenced
this issue
Feb 7, 2025
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This is a follow-up issue of #30 / #118
Currently, the outside-left and outside-right block regions are marked as experimental due to the fact that they are displayed fine on small and wide screens but do not wrap properly on medium width screens:
Wide screen:
![grafik](https://user-images.githubusercontent.com/1092118/227148754-dcefed0d-1282-4933-a50d-6590647c6b32.png)
Small screen:
![grafik](https://user-images.githubusercontent.com/1092118/227148917-c0b89e3f-14dd-4d1a-9dcb-f7067f782acb.png)
Medium width screen:
![grafik](https://user-images.githubusercontent.com/1092118/227149007-20305aa7-89cf-4c23-a6b7-8cd662f728e0.png)
Notification in settings:
![grafik](https://user-images.githubusercontent.com/1092118/227160113-3e442782-0a55-45d8-9cf6-ecf6afaea166.png)
This is due to the fact that the outside-left and outside-right block regions are currently built as
inline-block
elements instead offlex
elements which couldn't be solved during the PR peer review without blocking the integration for fixing and testing substantially longer.This issue should be fixed and the "experimental" notification should be removed from the settings page then.
The text was updated successfully, but these errors were encountered: