We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I use Horizontal Layout, but I think the icon is less attractive because it doesn't align with the text.
Then I moved the tag (bootstrap icon) into the tag
Default mazer
<li class="menu-item "> <a href="index.html" class='menu-link'> <i class="bi bi-grid-fill"></i><span>Dashboard</span> </a> </li>
my code
<li class="menu-item "> <a href="index.html" class='menu-link'> <span><i class="bi bi-grid-fill"></i> Dashboard</span> </a> </li>
left is my code, right is mazer
any references or suggestions to align the icon with the text ? . I don't really understand about the front end
The text was updated successfully, but these errors were encountered:
81e7292
How about like this?
<li class="menu-item"> <a href="/" class='menu-link'> <i class="bi bi-grid-fill minus"></i><span>Dashboard</span> </a> </li> <style> .minus{ margin-top:-11px } </style>
it is quite accurate, including in the mobile version
Sorry, something went wrong.
Can you make a pull request out of it? Thank you
No branches or pull requests
I use Horizontal Layout, but I think the icon is less attractive because it doesn't align with the text.
Then I moved the tag (bootstrap icon) into the tag
Default mazer
my code
Desktop
left is my code, right is mazer
Mobile
any references or suggestions to align the icon with the text ? . I don't really understand about the front end
The text was updated successfully, but these errors were encountered: