mirror of
https://github.com/Redocly/redoc.git
synced 2024-11-10 19:06: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: {
|
||||
maxHeight: ({ sidebar: menu }) => menu.width,
|
||||
maxWidth: ({ sidebar: menu }) => menu.width,
|
||||
maxHeight: ({ sidebar }) => sidebar.width,
|
||||
maxWidth: ({ sidebar }) => sidebar.width,
|
||||
gutter: '2px',
|
||||
},
|
||||
rightPanel: {
|
||||
|
|
Loading…
Reference in New Issue
Block a user