-
Notifications
You must be signed in to change notification settings - Fork 3
Various layout tweaks. Fixed mobile menu. #7
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
base: main
Are you sure you want to change the base?
Conversation
| // //===== close navbar-collapse when a clicked | ||
| // let navbarToggler = document.querySelector(".navbar-toggler"); | ||
| // const navbarCollapse = document.querySelector(".navbar-collapse"); | ||
|
|
||
| // document.querySelectorAll(".ud-menu-scroll").forEach((e) => | ||
| // e.addEventListener("click", () => { | ||
| // navbarToggler.classList.remove("active"); | ||
| // navbarCollapse.classList.remove("show"); | ||
| // }) | ||
| // ); | ||
| // navbarToggler.addEventListener("click", function () { | ||
| // navbarToggler.classList.toggle("active"); | ||
| // navbarCollapse.classList.toggle("show"); | ||
| // }); |
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.
why not removing?
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.
was commented out for testing. can be removed.
dni
left a comment
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.
remove dead code comments
Applied Quasar font styling to headings.
Improved "Getting Started" section layout