Bump up docusaurus theme + downgrade mdx-js/react causing issue with docusaurus config
Signed-off-by: jffarge <jf@dagger.io>
This commit is contained in:
@@ -8,7 +8,7 @@
|
||||
/*
|
||||
Hide toggle in small viewports
|
||||
*/
|
||||
@media screen and (max-width: 997px) {
|
||||
@media (max-width: 996px) {
|
||||
.toggle {
|
||||
display: none;
|
||||
}
|
||||
@@ -21,3 +21,7 @@ Hide toggle in small viewports
|
||||
.navbarHidden {
|
||||
transform: translate3d(0, calc(-100% - 2px), 0);
|
||||
}
|
||||
|
||||
.navbarSidebarToggle {
|
||||
margin-right: 1rem;
|
||||
}
|
||||
|
Reference in New Issue
Block a user