-
Notifications
You must be signed in to change notification settings - Fork 6
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
chore: Upgrade Bootstrap from v4 to v5 #295
Conversation
3a78199
to
666fb23
Compare
666fb23
to
b152a11
Compare
@@ -165,10 +165,10 @@ function Navigation({ history }) { | |||
</div> | |||
</li> | |||
</ul> | |||
<div className="navbar-right d-flex flex-row align-items-center navigation-search"> | |||
<div className="d-flex flex-row align-items-center ms-auto navigation-search"> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
navbar-right
not needed anymore?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Not anymore, this behavior is now by default ( link )
I just added an utility for "margin-right: automatic" so that the search box would stay on the right.
Acceptance Criteria
A quick visualization of the visual changes can be seen on the video below.
The tab with the green margins is the one with Bootstrap 5 running on developer localhost, while the one without the border is the existing Bootstrap 4 running on public testnet.
Screencast.from.20-08-2024.20.19.50.webm
Security Checklist