This commit is contained in:
Daniel Shleifman
2021-05-31 17:33:17 +03:00
parent 34ff7c5d53
commit 2432ebc9fb
3 changed files with 106 additions and 104 deletions

View File

@@ -91,12 +91,15 @@ export const SectionHeader = styled.div`
`
export const DetailedTorrentCacheViewWrapper = styled.div`
padding: 40px;
overflow: auto;
min-height: 80vh;
padding: 40px;
> :not(:last-child) {
padding-bottom: 50px;
}
`
export const StatisticsWrapper = styled.div`
export const WidgetWrapper = styled.div`
display: grid;
grid-template-columns: repeat(auto-fit, minmax(max-content, 220px));
gap: 20px;