From: Evert Timberg Date: Sat, 14 Aug 2021 17:17:48 +0000 (-0400) Subject: Ensure that docs have more width in the page (#9549) X-Git-Tag: v3.5.1~4 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3792f9dbf71da9f7eef952eca338b0f339bd3935;p=thirdparty%2FChart.js.git Ensure that docs have more width in the page (#9549) --- 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)