feat: nicer smart filters & folders theme (#795)

* fix: color add button and drop

* fix: color scrollbars

* fix: remove infinite scroll and fix scrollbars

* fix: plus icon center

* fix: navigation padding, structure simplif and naming

* fix: simplify scrollbars

* fix: scroll bar simplif + scheme in macos

* fix: magic variables to const

* refactor: extract panel ref state

* refactor: remove dead code, simple macos theme
This commit is contained in:
Laurent Senta
2022-01-12 13:45:41 +01:00
committed by GitHub
parent c1b7f60e35
commit 7996f4e5a2
15 changed files with 70 additions and 108 deletions

View File

@@ -1,3 +1,5 @@
@import './scrollbar';
notes-view {
width: 350px;
}
@@ -101,25 +103,10 @@ notes-view {
}
}
.scrollable {
height: 100%;
}
.infinite-scroll {
overflow-x: hidden;
@include minimal_scrollbar();
height: inherit;
// Autohide scrollbar on Windows.
@at-root {
.windows-web &,
.windows-desktop & {
overflow-y: hidden;
&:hover {
overflow-y: auto;
overflow-y: overlay; // overlay is not supported on ff, so keep previous statement up
}
}
}
background-color: var(--sn-stylekit-background-color);
}
.note {