mirror of
https://github.com/wavetermdev/docusaurus-og.git
synced 2026-08-05 13:46:35 -07:00
fix: fix logo size
This commit is contained in:
@@ -8,7 +8,6 @@ export const codexThemeConfig: typeof baseThemeConfig = {
|
||||
alt: 'Codex',
|
||||
src: 'theme/image/logo-black.svg',
|
||||
srcDark: 'theme/image/logo.svg',
|
||||
width: 24,
|
||||
height: 26,
|
||||
},
|
||||
},
|
||||
|
||||
@@ -6,7 +6,7 @@ export const logosThemeConfig: typeof baseThemeConfig = {
|
||||
...baseThemeConfig.navbar,
|
||||
logo: {
|
||||
alt: 'Logos',
|
||||
src: 'theme/image/logo-dark.svg',
|
||||
src: 'theme/image/logo-black.svg',
|
||||
srcDark: 'theme/image/logo.svg',
|
||||
height: 26,
|
||||
},
|
||||
|
||||
@@ -397,7 +397,7 @@ small {
|
||||
}
|
||||
|
||||
.navbar__logo {
|
||||
height: 26px;
|
||||
height: 48px;
|
||||
}
|
||||
|
||||
.dropdown__link--active {
|
||||
|
||||
Reference in New Issue
Block a user