move hideOnScroll to base.ts and update css

This commit is contained in:
jinhojang6
2023-06-02 01:47:10 +09:00
parent cad59478ae
commit 8903746d8e
3 changed files with 2 additions and 2 deletions
@@ -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 {