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:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user