From 782fe1641d0865cc5ab820bfe54952fb552dbff3 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Tue, 9 Jun 2026 23:19:06 +0000 Subject: [PATCH] docs: widen Starlight content column on large screens Co-authored-by: pelikhan <4175913+pelikhan@users.noreply.github.com> --- docs/src/styles/custom.css | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/docs/src/styles/custom.css b/docs/src/styles/custom.css index 3c2231502f7..0611dd7678f 100644 --- a/docs/src/styles/custom.css +++ b/docs/src/styles/custom.css @@ -53,6 +53,13 @@ --sl-color-gray-7: #010409; } +/* Widen central docs content on large screens while avoiding TOC overflow on mid-width viewports. */ +@media (min-width: 1200px) { + :root { + --sl-content-width: 60rem; + } +} + /* Light Theme Colors */ :root[data-theme='light'] { --sl-color-accent-low: #5b3da3;