docs: 🐛 fixe iframe width + bump docusaurus to the latest version

Signed-off-by: jffarge <jeanfrancois.farge@gmail.com>
This commit is contained in:
jffarge
2021-12-09 14:24:19 +01:00
parent d2af60d484
commit 3821d62115
6 changed files with 2335 additions and 3153 deletions

View File

@@ -241,8 +241,8 @@ h1[class^="h1Heading"] {
}
/* navbar */
.navbar__brand {
height: 3rem;
.navbar__brand .navbar__logo {
height: 5rem;
@include desktop {
height: var(--ifm-navbar-height);
}
@@ -268,12 +268,6 @@ h1[class^="h1Heading"] {
padding: 1rem;
}
.navbar__logo {
@include tablet {
height: auto;
}
}
.react-toggle {
margin: 0 0.75rem;
}
@@ -339,7 +333,7 @@ a[class^="sidebarLogo"] {
main[class^="docMainContainer"] {
background: #ffffff;
padding: 2rem 2rem 2rem 4rem;
padding: 2rem 2rem 2rem 5rem;
@include tablet {
padding: 2rem;
@@ -349,11 +343,6 @@ main[class^="docMainContainer"] {
background: var(--ifm-color-primary-dark);
color: var(--ifm-color-primary-light);
}
.docItemContainer_node_modules-\@docusaurus-theme-classic-lib-next-theme-DocItem-styles-module {
max-width: 940px !important;
margin: auto;
}
}
/* table-of-contents */
@@ -427,6 +416,9 @@ button[class^="copyButton"] {
&:focus svg path + path {
fill: var(--ifm-color-primary-dark);
}
&::before {
display: none;
}
}
/* menu */
@@ -484,6 +476,7 @@ button[class^="copyButton"] {
font-style: normal;
font-weight: 700;
line-height: 1;
position: relative;
}
& + .menu__list & {