mirror of
https://github.com/Suwayomi/Tachidesk.git
synced 2025-12-22 20:42:37 +01:00
fix wrong chapters being removed, fix da css
This commit is contained in:
@@ -89,16 +89,9 @@ export default function Manga() {
|
||||
{chapters.map((chapter) => ())}
|
||||
</ol> */}
|
||||
<Virtuoso
|
||||
style={
|
||||
{
|
||||
width: '100vw',
|
||||
height: '100%',
|
||||
[theme.breakpoints.up('md')]: {
|
||||
height: 'calc(100vh - 64px)',
|
||||
width: '50vw',
|
||||
},
|
||||
}
|
||||
}
|
||||
style={{ // override Virtuoso default values and set them with class
|
||||
height: 'undefined',
|
||||
}}
|
||||
className={classes.chapters}
|
||||
totalCount={chapters.length}
|
||||
itemContent={itemContent}
|
||||
|
||||
Reference in New Issue
Block a user