mirror of
https://github.com/Redocly/redoc.git
synced 2024-11-22 00:26:34 +03:00
chore: minor refactor in theme.ts
This commit is contained in:
parent
c9596d4b6c
commit
1976dd4ee2
|
@ -146,8 +146,8 @@ const defaultTheme: ThemeInterface = {
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
logo: {
|
logo: {
|
||||||
maxHeight: ({ sidebar: menu }) => menu.width,
|
maxHeight: ({ sidebar }) => sidebar.width,
|
||||||
maxWidth: ({ sidebar: menu }) => menu.width,
|
maxWidth: ({ sidebar }) => sidebar.width,
|
||||||
gutter: '2px',
|
gutter: '2px',
|
||||||
},
|
},
|
||||||
rightPanel: {
|
rightPanel: {
|
||||||
|
|
Loading…
Reference in New Issue
Block a user