Reduce spacing of tertiary buttons in the user bar
What does this MR do and why?
Describe in detail what your merge request does and why.
- The design spec for the super side bar has 0 gap between the tertiary buttons.
- In addition to matching the spec, this change would allow us room to add an additional button, and simultaneously display the GitLab Next badge in this area.
Work to add an impersonation button is documented in #396689 (closed)
Screenshots or screen recordings
Screenshots are required for UI changes, and strongly recommended for all other merge requests.
Before | After |
---|---|
Faking GitLab Next:
Before | After |
---|---|
Spacing of elements
Before | After |
---|---|
How to set up and validate locally
Numbered steps to set up and validate the change are strongly suggested.
- Enable the feature flag:
echo "Feature.enable(:super_sidebar_nav)" | rails c
- To check the Next badge, comment out L77.
MR acceptance checklist
This checklist encourages us to confirm any changes have been analyzed to reduce risks in quality, performance, reliability, security, and maintainability.
-
I have evaluated the MR acceptance checklist for this MR.
Related to #396689 (closed)
Edited by Dan MH