Skip to content

Commit

Permalink
comment out col max-width
Browse files Browse the repository at this point in the history
  • Loading branch information
sserrata committed Oct 22, 2024
1 parent 112e550 commit 748b770
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 12 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@
margin-top: 0;
}

@media (min-width: 997px) {
/* @media (min-width: 997px) {
.docItemCol {
max-width: 75% !important;
}
}
} */
20 changes: 10 additions & 10 deletions packages/docusaurus-theme-openapi-docs/src/theme/styles.scss
Original file line number Diff line number Diff line change
Expand Up @@ -93,16 +93,16 @@
height: 100%;
}

@media (min-width: 997px) {
.docItemCol {
max-width: 75% !important;
}

/* Prevent hydration FOUC, as the mobile TOC needs to be server-rendered */
.tocMobile {
display: none;
}
}
// @media (min-width: 997px) {
// .docItemCol {
// max-width: 75% !important;
// }

// /* Prevent hydration FOUC, as the mobile TOC needs to be server-rendered */
// .tocMobile {
// display: none;
// }
// }

/* Begin OpenAPI theme styles */
// [data-theme="dark"] {
Expand Down

0 comments on commit 748b770

Please sign in to comment.