This is an automated email from the ASF dual-hosted git repository. chaokunyang pushed a commit to branch fix_homepage in repository https://gitbox.apache.org/repos/asf/fory-site.git
commit d8a2c624dd828476c58ffeaa03d57836637e4f3e Author: 慕白 <[email protected]> AuthorDate: Mon Jun 1 00:17:53 2026 +0800 Set docs sidebar width to 310px --- src/css/custom.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/css/custom.css b/src/css/custom.css index 307acde29e..de2b646a46 100644 --- a/src/css/custom.css +++ b/src/css/custom.css @@ -181,8 +181,8 @@ --fory-doc-toc-right-inset: 5.5rem; } -html[lang="zh-CN"]:root { - --doc-sidebar-width: 320px; +html:root { + --doc-sidebar-width: 310px; } .theme-doc-breadcrumbs, --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
