diff --git a/browser/finder/FinderMain.styl b/browser/finder/FinderMain.styl index 198e435a..ef248e35 100644 --- a/browser/finder/FinderMain.styl +++ b/browser/finder/FinderMain.styl @@ -30,8 +30,10 @@ $list-width = 250px absolute left top bottom width $nav-width background-color $ui-backgroundColor + .result-nav-filter margin-bottom 5px + .result-nav-filter-option height 25px line-height 25px @@ -41,13 +43,13 @@ $list-width = 250px .result-nav-menu navButtonColor() - height 40px + height 32px padding 0 10px font-size 14px width 100% outline none text-align left - line-height 40px + line-height 32px box-sizing border-box cursor pointer @@ -60,7 +62,7 @@ $list-width = 250px .result-nav-storageList absolute bottom left right - top 80px + 50px + 10px + top 80px + 32px + 10px overflow-y auto .result-list diff --git a/browser/finder/NoteItem.styl b/browser/finder/NoteItem.styl index 84c37374..a77767f8 100644 --- a/browser/finder/NoteItem.styl +++ b/browser/finder/NoteItem.styl @@ -115,6 +115,7 @@ color $ui-inactive-text-color vertical-align middle font-size 10px + margin-left 5px .bottom-time color $ui-inactive-text-color diff --git a/browser/finder/StorageSection.js b/browser/finder/StorageSection.js index fa34b9db..b11531a7 100644 --- a/browser/finder/StorageSection.js +++ b/browser/finder/StorageSection.js @@ -48,7 +48,13 @@ class StorageSection extends React.Component {