Fix width on main library view

This commit is contained in:
Jackson Harper 2023-03-08 11:37:38 +08:00
parent 63b076171a
commit 249abc71c3

View file

@ -661,7 +661,7 @@ function HomeFeedGrid(props: HomeFeedContentProps): JSX.Element {
const [showFilterMenu, setShowFilterMenu] = useState(false)
return (
<VStack css={{ width: '100%', height: '100%' }}>
<VStack css={{ height: '100%' }}>
<LibraryHeader
layout={layout}
updateLayout={updateLayout}