-
CCIP Directory
+
+ CCIP Directory
+
diff --git a/src/components/ChainSelector/ChainTypeSelector.module.css b/src/components/ChainSelector/ChainTypeSelector.module.css
index 41a417e6c67..1d250eccf3b 100644
--- a/src/components/ChainSelector/ChainTypeSelector.module.css
+++ b/src/components/ChainSelector/ChainTypeSelector.module.css
@@ -1,8 +1,7 @@
.selector {
display: flex;
align-items: center;
- padding: var(--space-3x) var(--space-3x);
- border-bottom: 1px solid var(--border-color, #e5e7eb);
+ padding: var(--space-4x) 0;
background: var(--color-background-primary, #ffffff);
position: sticky;
top: 0;
diff --git a/src/components/LeftSidebar/LeftSidebar.astro b/src/components/LeftSidebar/LeftSidebar.astro
index 99bb66dfe8c..cc9512fba67 100644
--- a/src/components/LeftSidebar/LeftSidebar.astro
+++ b/src/components/LeftSidebar/LeftSidebar.astro
@@ -6,8 +6,6 @@ import RecursiveSidebar from "./RecursiveSidebar.astro"
import { LanguageSwitcherDropdown } from "~/components/LanguageSwitcherDropdown"
import { ChainTypeSelector } from "~/components/ChainSelector"
import { isChainAwareSection } from "~/config/chainTypes"
-import { filterContentByChainType } from "~/utils/chainType"
-import type { ChainType } from "~/config/types"
import styles from "./leftSidebar.module.css"
import DocsHeaderTitle from "../DocsHeaderTitle/DocsHeaderTitle.astro"
import * as CONFIG from "../../config"
diff --git a/src/components/LeftSidebar/leftSidebar.module.css b/src/components/LeftSidebar/leftSidebar.module.css
index c5b4455aaf5..724ee84735c 100644
--- a/src/components/LeftSidebar/leftSidebar.module.css
+++ b/src/components/LeftSidebar/leftSidebar.module.css
@@ -168,7 +168,7 @@ details[open] > .navGroupTitle {
/* Language Switcher for tablet screens (800px-1200px) */
.languageSwitcherTablet {
- padding: var(--space-6x) var(--space-6x) 0 var(--space-6x);
+ padding: var(--space-6x) 0;
display: none;
}
diff --git a/src/config/sidebar.ts b/src/config/sidebar.ts
index 180f5700da8..c6d500aef3c 100644
--- a/src/config/sidebar.ts
+++ b/src/config/sidebar.ts
@@ -1726,605 +1726,7 @@ export const SIDEBAR: Partial