Skip to content

Commit 6f40e4a

Browse files
committed
fixes from merge with main
1 parent e4ca977 commit 6f40e4a

File tree

5 files changed

+4
-604
lines changed

5 files changed

+4
-604
lines changed

src/components/ChainSelector/ChainTypeSelector.module.css

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
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;

src/components/LeftSidebar/LeftSidebar.astro

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,6 @@ import RecursiveSidebar from "./RecursiveSidebar.astro"
66
import { LanguageSwitcherDropdown } from "~/components/LanguageSwitcherDropdown"
77
import { ChainTypeSelector } from "~/components/ChainSelector"
88
import { isChainAwareSection } from "~/config/chainTypes"
9-
import { filterContentByChainType } from "~/utils/chainType"
10-
import type { ChainType } from "~/config/types"
119
import styles from "./leftSidebar.module.css"
1210
import DocsHeaderTitle from "../DocsHeaderTitle/DocsHeaderTitle.astro"
1311
import * as CONFIG from "../../config"

src/components/LeftSidebar/leftSidebar.module.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)