Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

4.2.0 CSS issues #3412

Closed
StCyr opened this issue Apr 25, 2024 · 4 comments
Closed

4.2.0 CSS issues #3412

StCyr opened this issue Apr 25, 2024 · 4 comments

Comments

@StCyr
Copy link

StCyr commented Apr 25, 2024

Please complete the following fields as applicable:

What version of the DMPRoadmap code are you running? (e.g. v2.2.0)

4.2.0

Expected behaviour:

branding navbar should display nicely.

Here are proposals to fix the 3 issues listed below:

  1. I think the toggle button should have the class "navbar-toggle" and not "navbar-toggler"
  2. add "margin-right: 10px" to the "#org-navbar .org-links" selector in file "_navbars.scss"
  3. add class "navbar-right" to <ul> "Navigation for organisation admin" in file "_branding.html.erb"

Actual behaviour:

branding navbar shows:

  1. A strange toggle button that doesn't seem to do anything
  2. No space between 2 <li> in the "org-navbar-menu" element
  3. The Admin menu is not right-aligned

image

@StCyr
Copy link
Author

StCyr commented May 21, 2024

It seems it was some caching, these css issues don't exist anymore here.

Though, I'm seeing a new one, footer's flex-direction is column rather than row:

image

@StCyr
Copy link
Author

StCyr commented May 22, 2024

damned! that's probably my assets that are not re-created properly... now following precisely what's in https://github.com/DMPRoadmap/roadmap/wiki/Troubleshooting#8-some-or-all-of-my-assets-are-missing...

@StCyr
Copy link
Author

StCyr commented May 22, 2024

well, it's strange though... from what I read, navbar-right doesn't exist anymore in bootstrap 5:

<ul class="navbar-nav navbar-right">

@StCyr
Copy link
Author

StCyr commented May 22, 2024

ok nevermind, just some branding that I forgot to update :-(

@StCyr StCyr closed this as completed May 22, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant