From 4e32e9f127256093b57ae5ff4cd9747ee88cd89c Mon Sep 17 00:00:00 2001 From: Cody Glassman Date: Tue, 17 Jun 2025 21:01:03 -0700 Subject: [PATCH] docs - chevron 7 locked --- docs/source/_static/theme-override.css | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/docs/source/_static/theme-override.css b/docs/source/_static/theme-override.css index 460812aca4..6bcb93349c 100644 --- a/docs/source/_static/theme-override.css +++ b/docs/source/_static/theme-override.css @@ -78,4 +78,16 @@ tbody tr:hover { .container:has(#left-sidebar) { grid-template-columns: 310px minmax(0, 1fr); } +} + +#left-sidebar a.expandable { + padding: 0 0 0 12px; +} + +#left-sidebar a>button { + width: 30px; + height: 30px; + display: flex; + align-items: center; + justify-content: center; } \ No newline at end of file