From 3792f9dbf71da9f7eef952eca338b0f339bd3935 Mon Sep 17 00:00:00 2001 From: Evert Timberg Date: Sat, 14 Aug 2021 13:17:48 -0400 Subject: [PATCH] Ensure that docs have more width in the page (#9549) --- docs/.vuepress/styles/index.styl | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/.vuepress/styles/index.styl b/docs/.vuepress/styles/index.styl index 53190b148..3f4f2001b 100644 --- a/docs/.vuepress/styles/index.styl +++ b/docs/.vuepress/styles/index.styl @@ -1,5 +1,9 @@ @require '~vuepress-plugin-tabs/dist/themes/default.styl' +.theme-default-content + &:not(.custom) + max-width: unset + .sidebar-group.is-sub-group.depth-1 > .sidebar-group-items border-left 1px solid rgba($accentColor, 0.25)