hide sidebar when scrolling down

This commit is contained in:
jinhojang6
2023-06-01 22:13:42 +09:00
parent 57d25ec31e
commit 4ca9b48a13
3 changed files with 10 additions and 1 deletions
@@ -70,6 +70,7 @@ const config = {
href: 'https://github.com/status-im',
},
],
hideOnScroll: true,
},
footer: {
copyright: 'Nimbus @2023<br/>All Rights Reserved.',
@@ -540,6 +540,14 @@ small {
align-items: center;
}
a[class^='sidebarLogo_'] {
margin: 0;
img {
height: 48px;
}
}
@include utils.responsive('sm', 'down') {
:root {
--ifm-global-spacing: 0.5rem;
@@ -3,7 +3,7 @@
display: flex;
flex-direction: column;
height: 100%;
margin-top: var(--ifm-navbar-height);
padding-top: var(--ifm-navbar-height);
/* width: var(--doc-sidebar-width); */
}