adaptive design added

This commit is contained in:
Daniel Shleifman
2021-05-31 19:26:56 +03:00
parent 78d02c00b6
commit c2793438ad
3 changed files with 79 additions and 16 deletions

View File

@@ -251,7 +251,7 @@ export default function DialogTorrentDetailsContent({ closeDialog, torrent }) {
</Button>
</CacheSection>
<TorrentFilesSection>
{/* <TorrentFilesSection>
<SectionTitle mb={20}>Torrent Content</SectionTitle>
{!playableFileList?.length ? (
@@ -309,7 +309,7 @@ export default function DialogTorrentDetailsContent({ closeDialog, torrent }) {
</Table>
</>
)}
</TorrentFilesSection>
</TorrentFilesSection> */}
</DialogContentGrid>
)}
</div>