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

Fix secondary navbar dropdown #3

Open
Bluscream opened this issue May 24, 2024 · 4 comments
Open

Fix secondary navbar dropdown #3

Bluscream opened this issue May 24, 2024 · 4 comments
Labels
bug Something isn't working help wanted Extra attention is needed

Comments

@Bluscream
Copy link
Contributor

It just looks super ugly right now.

opera_aVAUA1tz4D

@Bluscream Bluscream added bug Something isn't working help wanted Extra attention is needed labels May 24, 2024
@noobiedeveloper-x
Copy link

can't pull request, here try to review this Css .dropdown-menu {
display: none;
}

.dropdown-menu.show {
display: block;
}

.dropdown-item {
display: block;
padding: 0.5rem 1rem;
clear: both;
font-weight: normal;
color: #f5f5f6;
text-align: inherit;
white-space: nowrap;
background-color: transparent;
border: 0;
transition: transform 0.3s, background-color 0.3s;
transform-origin: center;
}

.dropdown-item:hover {
background-color: #777778;
transform: scale(1.05);
padding: 0.6rem 1rem;
}

@Bluscream
Copy link
Contributor Author

Bluscream commented May 25, 2024

Doesn't Bootstrap have a native way to add secondary navbar items?

I tried copying from their examples at https://getbootstrap.com/docs/5.3/components/navbar/ but that does only look marginally nicer

0916a8d

@noobiedeveloper-x
Copy link

Bootstrap does not have a dedicated, native "secondary navbar" component directly built into its core library. However, you can create secondary items in a navbar by using Bootstrap's flexible layout utilities and component combinations.

@noobiedeveloper-x
Copy link

do you want to work with only native or costum css? hook me up, i can work on the backend too

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

2 participants