1
0
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:
Thomas Heartman 2022-02-08 08:00:35 +01:00 committed by GitHub
commit de2e2ae934
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -29,7 +29,6 @@
--navbar-link-color: #122d33;
}
footer {
--ifm-footer-link-hover-color: var(--ifm-footer-link-color);
}
@ -38,6 +37,11 @@ footer {
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 {
width: 0.3em;
height: 100%;