-
Notifications
You must be signed in to change notification settings - Fork 60
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
abias
changed the title
Bugfix: Make outside-left and outside-right block regions really responsive
Bug: Make outside-left and outside-right block regions really responsive
Jul 12, 2023
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
moved this from In Progress DEV
to Ready for REVIEW
in Boost Union Planning Board
May 18, 2024
abias
pushed a commit
to bdecentgmbh/moodle-theme_boost_union
that referenced
this issue
Nov 21, 2024
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:
Small screen:
Medium width screen:
Notification in settings:
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: