fill width for errors

This commit is contained in:
Jackson Harper
2024-02-29 09:25:01 +08:00
parent d4ee3c5ff7
commit 2a7087deab

View File

@ -981,7 +981,7 @@ function HomeFeedGrid(props: HomeFeedContentProps): JSX.Element {
<VStack
css={{
height: '100%',
width: props.mode == 'highlights' ? '100%' : 'unset',
width: !showItems || props.mode == 'highlights' ? '100%' : 'unset',
}}
>
{props.mode != 'highlights' && (