docs: fixed design bug in API reference (#2213)

This commit is contained in:
Shahed Nasser
2022-09-15 14:01:35 +03:00
committed by GitHub
parent 18c4971d0c
commit 19f29bfe48
2 changed files with 5 additions and 4 deletions

View File

@@ -216,6 +216,11 @@ module.exports = {
showObjectSchemaExamples: true,
requiredPropsFirst: true,
hideRequestPayloadSample: true
},
theme: {
sidebar: {
width: '250px'
}
}
}
},

View File

@@ -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;
}