Skip to content

Commit

Permalink
fix(header): hide the border between the bar and the main content
Browse files Browse the repository at this point in the history
  • Loading branch information
UNICKCHENG committed Aug 30, 2023
1 parent 3ef9c63 commit d1b8dab
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions scss/_pages.scss
Original file line number Diff line number Diff line change
Expand Up @@ -106,4 +106,24 @@
margin: unset;
border: none !important;
}
}

// header-line style
.sidebar-drop-indicator::after, .cp__right-sidebar-topbar::after {
display: none !important;
}
.cp__right-sidebar-settings > div > button.cp__right-sidebar-settings-btn {
font-weight: bold;
background: transparent;
&:hover {
background: var(--ls-secondary-background-color);;
}
}
#app-container #left-container {
.cp__header.drag-region {
box-shadow: none !important;
&::after {
display: none !important;
}
}
}

0 comments on commit d1b8dab

Please sign in to comment.