Problem/Motivation
The current implementation in smaller viewports keeps a too restricted width for the menu that comes from desktop that isn't necessary on smaller breakpoints:

In fact, a wider width would help accommodate longer menu items.
Proposed resolution
Implement a width based on the viewport with. The goal is to keep a region visible of the front-end below, but just as a visual clue to explain that it's in there (and if they click in there they will close the button).
Designs:

| Comment | File | Size | Author |
|---|---|---|---|
| mobile-designs.png | 236.47 KB | ckrina | |
| mobile-width.png | 55.17 KB | ckrina |
Issue fork navigation-3393995
Show commands
Start within a Git clone of the project using the version control instructions.
Or, if you do not have SSH keys set up on git.drupalcode.org:
Comments
Comment #2
ckrinaComment #5
finnsky commented0-559 --sidebar-width: 80vw
560+ --sidebar-width: 264px
I've taken breakpoints names from https://www.drupal.org/project/navigation/issues/3394349
Please review!
Comment #7
markie commentedAdding Drupalcon Lille tag
Comment #9
ckrinaYasss, thanks both!!
Comment #10
ckrinaComment #12
ckrinaSorry I just reverted this because with the latest changes the collapse toolbar button is missing :)
Comment #13
finnsky commentedComment #16
ckrinaThank you!!