You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently when "_hideLogoForMobile": true, u-display-none is applied to img.navigation-logo__image. This leaves in place the parent divs and their styling. Such remnants interfere with the goal of removing the logo and recapturing space in the navbar.
I suggest that u-display-none be added to navigation-logo instead of img.navigation-logo__image.
------------------
In this first screenshot, I added a white border to navigation-logo to highlight what remains behind. These remnant divs push out of alignment the text "View Progress".
In this second screenshot, the white border remains in code but is not visible because I moved u-display-none to the parent navigation-logo. Consequently, "View Progress" falls in-line.
The text was updated successfully, but these errors were encountered:
adapt-navigationLogo v2.1.0
Currently when
"_hideLogoForMobile": true
,u-display-none
is applied toimg.navigation-logo__image
. This leaves in place the parent divs and their styling. Such remnants interfere with the goal of removing the logo and recapturing space in the navbar.I suggest that
u-display-none
be added tonavigation-logo
instead ofimg.navigation-logo__image
.------------------
In this first screenshot, I added a white border to

navigation-logo
to highlight what remains behind. These remnant divs push out of alignment the text "View Progress".In this second screenshot, the white border remains in code but is not visible because I moved

u-display-none
to the parentnavigation-logo
. Consequently, "View Progress" falls in-line.The text was updated successfully, but these errors were encountered: