File tree Expand file tree Collapse file tree 5 files changed +4
-604
lines changed
Expand file tree Collapse file tree 5 files changed +4
-604
lines changed Original file line number Diff line number Diff line change 11.selector {
22 display : flex;
33 align-items : center;
4- padding : var (--space-3x ) var (--space-3x );
5- border-bottom : 1px solid var (--border-color , # e5e7eb );
4+ padding : var (--space-4x ) 0 ;
65 background : var (--color-background-primary , # ffffff );
76 position : sticky;
87 top : 0 ;
Original file line number Diff line number Diff line change @@ -6,8 +6,6 @@ import RecursiveSidebar from "./RecursiveSidebar.astro"
66import { LanguageSwitcherDropdown } from " ~/components/LanguageSwitcherDropdown"
77import { ChainTypeSelector } from " ~/components/ChainSelector"
88import { isChainAwareSection } from " ~/config/chainTypes"
9- import { filterContentByChainType } from " ~/utils/chainType"
10- import type { ChainType } from " ~/config/types"
119import styles from " ./leftSidebar.module.css"
1210import DocsHeaderTitle from " ../DocsHeaderTitle/DocsHeaderTitle.astro"
1311import * as CONFIG from " ../../config"
Original file line number Diff line number Diff line change @@ -168,7 +168,7 @@ details[open] > .navGroupTitle {
168168
169169/* Language Switcher for tablet screens (800px-1200px) */
170170.languageSwitcherTablet {
171- padding : var (--space-6x ) var ( --space-6x ) 0 var ( --space-6x ) ;
171+ padding : var (--space-6x ) 0 ;
172172 display : none;
173173}
174174
You can’t perform that action at this time.
0 commit comments