docs: fixed design bug in API reference (#2213)
This commit is contained in:
@@ -216,6 +216,11 @@ module.exports = {
|
||||
showObjectSchemaExamples: true,
|
||||
requiredPropsFirst: true,
|
||||
hideRequestPayloadSample: true
|
||||
},
|
||||
theme: {
|
||||
sidebar: {
|
||||
width: '250px'
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
|
||||
@@ -581,10 +581,6 @@ html:not([data-theme="dark"]) .menu__list-item.topright-icon .menu__link.menu__l
|
||||
padding-bottom: 6px;
|
||||
}
|
||||
|
||||
.redocusaurus .menu-content {
|
||||
width: var(--doc-sidebar-width);
|
||||
}
|
||||
|
||||
.navbar-github-link {
|
||||
overflow: visible;
|
||||
}
|
||||
Reference in New Issue
Block a user