Skip to content

Update Sign in flex styles to right align button in logged out nav

Kevin Comoli requested to merge fix-alignement-signin-logged-out-header into master

What does this MR do and why?

Describe in detail what your merge request does and why.

Following up !109222 (comment 1262971712) we need to right align Sign in button in the logged out nav. This change focuses on the mobile view of the navigation.

Screenshots or screen recordings

Screenshots are required for UI changes, and strongly recommended for all other merge requests.

Before After
image image
The flex element takes all the width remaining in the container The flex element takes half of the width remaining in the container

How to set up and validate locally

  1. Sign out of your gdk
  2. Open your devtools and check the mobile view
  3. Navigate to a public project
  4. Remove the Register button from the DOM

MR acceptance checklist

This checklist encourages us to confirm any changes have been analyzed to reduce risks in quality, performance, reliability, security, and maintainability.

Edited by Kevin Comoli

Merge request reports