mirror of
https://github.com/yv1ing/MollyBlog.git
synced 2025-09-16 14:53:45 +08:00
fix: Fixed the problem of misalignment between menu item icons and text
This commit is contained in:
@@ -123,6 +123,16 @@ a:hover {
|
|||||||
color: var(--primary-color);
|
color: var(--primary-color);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.main-menu-item {
|
||||||
|
display: inline-block;
|
||||||
|
white-space: nowrap;
|
||||||
|
}
|
||||||
|
|
||||||
|
.main-menu-item i,
|
||||||
|
.main-menu-item a {
|
||||||
|
display: inline-block;
|
||||||
|
}
|
||||||
|
|
||||||
.main-menu-link {
|
.main-menu-link {
|
||||||
margin-right: 10px;
|
margin-right: 10px;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user