mirror of
https://github.com/omnivore-app/omnivore.git
synced 2026-03-11 08:54:26 +00:00
Fix width on main library view
This commit is contained in:
parent
63b076171a
commit
249abc71c3
1 changed files with 1 additions and 1 deletions
|
|
@ -661,7 +661,7 @@ function HomeFeedGrid(props: HomeFeedContentProps): JSX.Element {
|
||||||
const [showFilterMenu, setShowFilterMenu] = useState(false)
|
const [showFilterMenu, setShowFilterMenu] = useState(false)
|
||||||
|
|
||||||
return (
|
return (
|
||||||
<VStack css={{ width: '100%', height: '100%' }}>
|
<VStack css={{ height: '100%' }}>
|
||||||
<LibraryHeader
|
<LibraryHeader
|
||||||
layout={layout}
|
layout={layout}
|
||||||
updateLayout={updateLayout}
|
updateLayout={updateLayout}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue