From 3383f122e8b9f9ee9168862291b74d99eee9618b Mon Sep 17 00:00:00 2001 From: dematrix Date: Sat, 26 Jul 2025 14:58:10 +0530 Subject: [PATCH] Updated custom.css to accomodate switch-menus Related Issue - #6076 (In remix-project repository) Version and Language Dropdowns in Sidebar Are Nearly Invisible Due to Low Contrast --- docs/_static/css/custom.css | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/docs/_static/css/custom.css b/docs/_static/css/custom.css index 5a5ad584a99..7b69f53e300 100644 --- a/docs/_static/css/custom.css +++ b/docs/_static/css/custom.css @@ -355,12 +355,11 @@ nav.wy-nav-shift { /* Remove background from the search container */ .wy-side-nav-search { display: flex; - flex-direction: row-reverse; - align-items: end; + flex-direction: column; + align-items: stretch; background: none !important; - margin: 5rem 0 0; - padding: 0 var(--space-vertical-menu-pad-x); margin: 2.875rem 0 0 !important; + padding: 0 var(--space-vertical-menu-pad-x); } .wy-side-scroll hr { @@ -963,4 +962,4 @@ span.fa.fa-book { .hidden { display: none !important; -} \ No newline at end of file +}