Skip to content

Commit

Permalink
style(next): rounded corner for sidebar
Browse files Browse the repository at this point in the history
  • Loading branch information
eliandoran committed Jan 3, 2025
1 parent 066db13 commit 634be6b
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions src/public/stylesheets/theme-next/shell.css
Original file line number Diff line number Diff line change
Expand Up @@ -431,6 +431,16 @@ body.mobile .fancytree-node > span {
font-size: 1rem !important;
}

body.mobile #mobile-sidebar-container {
background-color: rgba(0, 0, 0, 0.5);
}

body.mobile #mobile-sidebar-wrapper {
border-top-right-radius: 12px;
border-bottom-right-radius: 12px;
border-right: 1px solid var(--subtle-border-color);
}

#left-pane .fancytree-expander {
opacity: .65;
transition: opacity 150ms ease-in;
Expand Down

0 comments on commit 634be6b

Please sign in to comment.