From 530ac43b8ae9792373b6b7d07637bb1307052074 Mon Sep 17 00:00:00 2001 From: Jens L Date: Sat, 29 Jul 2023 18:55:07 +0200 Subject: [PATCH] website: fix sidebar layout (#6421) --- .github/pull_request_template.md | 20 ++++++++------------ website/src/css/custom.css | 2 +- 2 files changed, 9 insertions(+), 13 deletions(-) diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index 8c182f49b..9deccbc2e 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -1,23 +1,19 @@ ## Details -- **Does this resolve an issue?** - Resolves # + +REPLACE ME -### New Features - -- Adds feature which does x, y, and z. - -### Breaking Changes - -- Adds breaking change which causes \. +--- ## Checklist diff --git a/website/src/css/custom.css b/website/src/css/custom.css index 983ec3631..37813ca67 100644 --- a/website/src/css/custom.css +++ b/website/src/css/custom.css @@ -85,7 +85,7 @@ } @media (min-width: 1416px) { - .docPage_node_modules-\@docusaurus-theme-classic-lib-theme-DocPage-Layout-styles-module { + #__docusaurus_skipToContent_fallback > div { align-self: center; max-width: 1600px; width: 1600px;