diff --git a/web/src/components/DialogTorrentDetailsContent/TorrentCache.jsx b/web/src/components/DialogTorrentDetailsContent/TorrentCache.jsx index 2c7ce08..01fca10 100644 --- a/web/src/components/DialogTorrentDetailsContent/TorrentCache.jsx +++ b/web/src/components/DialogTorrentDetailsContent/TorrentCache.jsx @@ -43,6 +43,8 @@ const TorrentCache = memo( updateStageSettings(12, 2) }, [isMini, dimensions.width]) + console.log(dimensions.height) + const miniCacheMaxHeight = 340 const { boxHeight, strokeWidth, marginBetweenBlocks, stageOffset } = stageSettings @@ -66,8 +68,9 @@ const TorrentCache = memo( return ( setDimensions(bounds)}> {({ measureRef }) => ( -
+