mirror of
https://github.com/wavetermdev/docusaurus-og.git
synced 2026-08-05 13:46:35 -07:00
move hideOnScroll to base.ts and update css
This commit is contained in:
@@ -70,7 +70,6 @@ const config = {
|
||||
href: 'https://github.com/status-im',
|
||||
},
|
||||
],
|
||||
hideOnScroll: true,
|
||||
},
|
||||
footer: {
|
||||
copyright: 'Nimbus @2023<br/>All Rights Reserved.',
|
||||
|
||||
@@ -15,6 +15,7 @@ export const baseThemeConfig: ThemeConfig = {
|
||||
navbar: {
|
||||
title: '',
|
||||
logo: {},
|
||||
hideOnScroll: true,
|
||||
},
|
||||
footer: {
|
||||
logo: {},
|
||||
|
||||
@@ -433,7 +433,7 @@ small {
|
||||
}
|
||||
|
||||
.menu__list-item .menu__link {
|
||||
font-size: var(--lsd-body2-fontSize);
|
||||
@include lsd.typography('body2');
|
||||
}
|
||||
|
||||
.menu__link--active {
|
||||
|
||||
Reference in New Issue
Block a user