mirror of
https://github.com/omnivore-app/omnivore.git
synced 2026-03-11 08:54:26 +00:00
Fix pinned searches in new library container
This commit is contained in:
parent
fa82a09c2e
commit
7e05f81ec0
1 changed files with 5 additions and 0 deletions
|
|
@ -1040,7 +1040,12 @@ export function LibraryItemsLayout(
|
|||
'@lgDown': {
|
||||
display: 'none',
|
||||
},
|
||||
mt: '10px',
|
||||
mb: '10px',
|
||||
px: '70px',
|
||||
'@xlgDown': {
|
||||
px: '10px',
|
||||
},
|
||||
}}
|
||||
>
|
||||
<PinnedButtons
|
||||
|
|
|
|||
Loading…
Reference in a new issue