Problem/Motivation
I think that the media query used in toolbar.icons.theme.css should be the same as the toolbar.standard breakpoint.
Proposed resolution
Standardize the standard media query.
Remaining tasks
Decide which one we prefer, and provide a patch (toolbar module and stable theme).
User interface changes
Not too much, but definitely something...
API changes
Nothing.
Data model changes
Nothing.
Notes
My preference is to provide the active toolbar breakpoint from ToolBar to the HTML document (e.g. by classes) and use that info for theming the different toolbar layouts instead of repeating the media query statically:
.toolbar if no layout is active (below the narrow breakpoint, in unoriented mode)
.toolbar--narrow
.toolbar--standard
.toolbar--wide
Comments
Comment #3
komalk commentedCreate the patch using media query used in toolbar.icons.theme.css same as the toolbar.standard breakpoint.
Please review the patch.
Comment #9
smustgrave commentedThis issue is being reviewed by the kind folks in Slack, #needs-review-queue-initiative. We are working to keep the size of Needs Review queue [2700+ issues] to around 400 (1 month or less), following Review a patch or merge request as a guide.
Would help to have before/after screenshots for the UI change. To verify nothing is broken on D10
Comment #10
athyamvidyasagar commentedIn media Query up to 0.5 is working for all browsers. Like 0.22 is not working. So media query is reset to (min-width: 38em).
Comment #11
shashank5563 commented@athyamvidyasagar, I have tested and reviewed. It is working fine.
Comment #12
shashank5563 commentedComment #14
needs-review-queue-bot commentedThe Needs Review Queue Bot tested this issue. It fails the Drupal core commit checks. Therefore, this issue status is now "Needs work".
This does not mean that the patch needs to be re-rolled or the MR rebased. Read the Issue Summary, the issue tags and the latest discussion here to determine what needs to be done.
Consult the Drupal Contributor Guide to find step-by-step guides for working with issues.
Comment #17
rpayanmTrying to fix CCF from #10.
Comment #18
rpayanmComment #19
rpayanmPlease review.
Comment #20
smustgrave commentedPreviously tagged for screenshots and issue summary remaining task
Decide which one we prefer, and provide a patch (toolbar module and stable theme).
Hasn't been answered I believed. IS needs to be updated.
Comment #22
quietone commentedThe Toolbar Module was approved for removal in #3476882: [Policy] Move Toolbar module to contrib.
This is Postponed. The status is set according to two policies. The Remove a core extension and move it to a contributed project and the Extensions approved for removal policies.
The deprecation work is in #3484850: [meta] Tasks to deprecate Toolbar module and the removal work in #3488828: [meta] Tasks to remove Toolbar module.
Toolbar will be moved to a contributed project before Drupal 12.0.0 is released.