mirror of
https://github.com/omnivore-app/omnivore.git
synced 2026-03-11 08:54:26 +00:00
fill width for errors
This commit is contained in:
parent
d4ee3c5ff7
commit
2a7087deab
1 changed files with 1 additions and 1 deletions
|
|
@ -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' && (
|
||||
|
|
|
|||
Loading…
Reference in a new issue