diff --git a/app/assets/javascripts/components/SearchOptions.tsx b/app/assets/javascripts/components/SearchOptions.tsx index 75e0dbe96..88f61136f 100644 --- a/app/assets/javascripts/components/SearchOptions.tsx +++ b/app/assets/javascripts/components/SearchOptions.tsx @@ -8,7 +8,6 @@ import { DisclosureButton, DisclosurePanel, } from '@reach/disclosure'; -import { FocusEvent } from 'react'; import { Switch } from './Switch'; import TuneIcon from '../../icons/ic-tune.svg'; import { observer } from 'mobx-react-lite'; @@ -54,7 +53,7 @@ const SearchOptions = observer(({ appState }: Props) => { Search options diff --git a/app/assets/stylesheets/_notes.scss b/app/assets/stylesheets/_notes.scss index 2e4f8c853..aa7a15c44 100644 --- a/app/assets/stylesheets/_notes.scss +++ b/app/assets/stylesheets/_notes.scss @@ -83,7 +83,7 @@ position: absolute; top: 50%; transform: translateY(-50%); - right: 46px; + right: 36px; cursor: pointer; transition: background-color 0.15s linear;