mirror of
https://github.com/omnivore-app/omnivore.git
synced 2026-03-11 08:54:26 +00:00
Remove right padding on search bar in small screens
This commit is contained in:
parent
3e0ed32e14
commit
0402d1d60d
1 changed files with 1 additions and 0 deletions
|
|
@ -90,6 +90,7 @@ export function LibraryHeader(props: LibraryHeaderProps): JSX.Element {
|
|||
},
|
||||
'@xlgDown': {
|
||||
px: props.showFilterMenu ? '0px' : '40px',
|
||||
pr: '0px',
|
||||
},
|
||||
}}
|
||||
>
|
||||
|
|
|
|||
Loading…
Reference in a new issue