1+ /* Hide all sidebar elements, including the toggle button and search */
2+ # site-navigation ,
3+ .bd-sidebar-primary ,
4+ .bd-toc ,
5+ .bd-sidebar ,
6+ # left-sidebar ,
7+ # site-navigation ,
8+ # site-navigation-scroll ,
9+ # site-navigation .sidebar-header ,
10+ # site-navigation .sidebar-search ,
11+ # site-navigation .sidebar-content ,
12+ # site-navigation .sidebar-footer ,
13+ # site-navigation .sidebar-toggle ,
14+ .sidebar-toggle ,
15+ .bd-sidebar-primary-toggle ,
16+ # site-navigation .search-button ,
17+ # site-navigation .search-container ,
18+ # site-navigation .search-input ,
19+ # site-navigation .search-results ,
20+ # site-navigation .search-clear ,
21+ # site-navigation .search-icon {
22+ display : none !important ;
23+ }
24+
25+ /* Hide the hamburger menu (sidebar toggle) in the top bar */
26+ .sidebar-toggle ,
27+ .bd-sidebar-primary-toggle {
28+ display : none !important ;
29+ }
30+
31+ /* Expand main content to full width */
32+ .bd-main .bd-content {
33+ margin-left : 0 !important ;
34+ max-width : 100% !important ;
35+ background : # ffe4e1 !important ; /* light pink */
36+ }
37+
38+ /* Hide the footer */
39+ # jb-footer , .footer , .bd-footer {
40+ display : none !important ;
41+ }
42+
43+ /* Hide the theme switcher button */
44+ .theme-switch-button , .toggle-switch {
45+ display : none !important ;
46+ }
0 commit comments