Fix position of download status in updates page

This commit is contained in:
schroda
2025-01-10 17:26:41 +01:00
parent 757cf599d6
commit f032f971ac

View File

@@ -207,7 +207,7 @@ export const Updates: React.FC = () => {
padding: 1.5, padding: 1.5,
}} }}
> >
<Box sx={{ display: 'flex' }}> <Box sx={{ display: 'flex', flexGrow: 1 }}>
<Link <Link
to={AppRoutes.manga.path(chapter.manga.id)} to={AppRoutes.manga.path(chapter.manga.id)}
style={{ textDecoration: 'none' }} style={{ textDecoration: 'none' }}