Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/main'
Browse files Browse the repository at this point in the history
  • Loading branch information
stdword committed Aug 19, 2024
2 parents 4a81c10 + 1af4eb3 commit 8fc00d0
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions src/base.css
Original file line number Diff line number Diff line change
Expand Up @@ -184,6 +184,14 @@ body[data-page=whiteboard] #app-container {
color: var(--ls-link-ref-text-hover-color);
}

#right-sidebar {
.cp__right-sidebar-inner { /* apply border to right sidebar as with left sidebar */
border-left: 1px solid var(--ls-left-sidebar-border-color,var(--lx-gray-03,var(--ls-tertiary-background-color)));
}
.sidebar-item-list > .sidebar-item {
box-shadow: none;
}
}

/* left sidebar */

Expand Down

0 comments on commit 8fc00d0

Please sign in to comment.