fix: search bar (#1175)

* fix: search bar distance

* fix: desktop window drag

* fix: remove unnecessary div

* fix: shift layout down on macOS if panels collapsed
This commit is contained in:
Aman Harwara
2022-06-28 22:42:17 +05:30
committed by GitHub
parent 7916ec439f
commit 5e5cf618c5
4 changed files with 4 additions and 5 deletions

View File

@@ -44,7 +44,7 @@ const SearchBar = ({ itemListController, searchOptionsController }: Props) => {
}, [clearFilterText])
return (
<div className="px-2.5 pt-2.5 pb-0.5" role="search">
<div className="px-2.5 pt-4 pb-0.5" role="search">
<DecoratedInput
autocomplete={false}
title="Searches notes and files in the currently selected tag"