Skip to content

Commit d1b8dab

Browse files
committed
fix(header): hide the border between the bar and the main content
1 parent 3ef9c63 commit d1b8dab

1 file changed

Lines changed: 20 additions & 0 deletions

File tree

scss/_pages.scss

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -106,4 +106,24 @@
106106
margin: unset;
107107
border: none !important;
108108
}
109+
}
110+
111+
// header-line style
112+
.sidebar-drop-indicator::after, .cp__right-sidebar-topbar::after {
113+
display: none !important;
114+
}
115+
.cp__right-sidebar-settings > div > button.cp__right-sidebar-settings-btn {
116+
font-weight: bold;
117+
background: transparent;
118+
&:hover {
119+
background: var(--ls-secondary-background-color);;
120+
}
121+
}
122+
#app-container #left-container {
123+
.cp__header.drag-region {
124+
box-shadow: none !important;
125+
&::after {
126+
display: none !important;
127+
}
128+
}
109129
}

0 commit comments

Comments
 (0)