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

Bug CSS: Horizontal line below/after side navigation #171

Open
pdragun opened this issue Feb 14, 2024 · 0 comments · May be fixed by #172
Open

Bug CSS: Horizontal line below/after side navigation #171

pdragun opened this issue Feb 14, 2024 · 0 comments · May be fixed by #172

Comments

@pdragun
Copy link

pdragun commented Feb 14, 2024

Hello.
I found a small CSS bug, on specific resolution @media (min-width: 768px) and (max-width: 991.98px) there is small horizontal line below/after side navigation:

    border-bottom: 1px solid var(--control-bg);

It looks like:
lineBelowNav

To suppress it I suggest add a new CSS rule:

.sideNav:after {
    border-bottom: unset !important;
}
@pdragun pdragun changed the title Bug CSS: Horizontal line below/afer side navigation Bug CSS: Horizontal line below/after side navigation Feb 14, 2024
pdragun added a commit to pdragun/flarum-blog that referenced this issue Feb 14, 2024
@pdragun pdragun linked a pull request Feb 14, 2024 that will close this issue
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

Successfully merging a pull request may close this issue.

1 participant