Buttons to open and to pin left drawer at width < 1199px
Created by: kevinlitchfield
GitLab's left drawer collapses at a breakpoint of width 1199px and can't be reopened. I find this behavior inconvenient (and currently use a userstyle to override it), both because it hides the link text and because it hides badge counts. I'm wondering if the maintainers would be open to a patch that implemented the following features:
- keep the collapse/open buttons for the drawer visible at width < 1199px, which is currently the breakpoint at which they disappear
- a "Pin" button somewhere on the drawer, which would set an option to keep the drawer open until unpinned, similar to how Feedly currently does this
I would be happy to make a PR for this.