mirror of
https://github.com/Unleash/unleash.git
synced 2025-01-25 00:07:47 +01:00
Merge pull request #1338 from Unleash/docs/hide-back-to-main-menu
docs: hide 'back-to-main-menu' entry in narrow menu
This commit is contained in:
commit
de2e2ae934
@ -29,7 +29,6 @@
|
|||||||
--navbar-link-color: #122d33;
|
--navbar-link-color: #122d33;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
footer {
|
footer {
|
||||||
--ifm-footer-link-hover-color: var(--ifm-footer-link-color);
|
--ifm-footer-link-hover-color: var(--ifm-footer-link-color);
|
||||||
}
|
}
|
||||||
@ -38,6 +37,11 @@ footer {
|
|||||||
font-size: 2.5rem !important;
|
font-size: 2.5rem !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.navbar-sidebar__back {
|
||||||
|
/* hide the 'back to main menu' item in the narrow menu. */
|
||||||
|
display: none;
|
||||||
|
}
|
||||||
|
|
||||||
li.theme-doc-sidebar-item-category-level-1 > div::before {
|
li.theme-doc-sidebar-item-category-level-1 > div::before {
|
||||||
width: 0.3em;
|
width: 0.3em;
|
||||||
height: 100%;
|
height: 100%;
|
||||||
|
Loading…
Reference in New Issue
Block a user