mirror of
https://github.com/omnivore-app/omnivore.git
synced 2026-03-11 08:54:26 +00:00
Better centre the magnifying glass
This commit is contained in:
parent
f725eea1e5
commit
9a4877a0c9
1 changed files with 3 additions and 0 deletions
|
|
@ -418,6 +418,9 @@ function ControlButtonBox(props: ControlButtonBoxProps): JSX.Element {
|
|||
onClick={() => {
|
||||
props.setShowInlineSearch && props.setShowInlineSearch(true)
|
||||
}}
|
||||
css={{
|
||||
display: 'flex',
|
||||
}}
|
||||
>
|
||||
<MagnifyingGlass
|
||||
size={20}
|
||||
|
|
|
|||
Loading…
Reference in a new issue