mirror of
https://github.com/zadam/trilium.git
synced 2025-11-09 21:30:53 +08:00
style(next): rounded corner for sidebar
This commit is contained in:
parent
066db13c53
commit
634be6bbb4
1 changed files with 10 additions and 0 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue