adjust torrent cards

This commit is contained in:
nikk gitanes
2023-09-04 12:22:49 +03:00
parent ac35886897
commit d12f9ba811

View File

@@ -136,7 +136,7 @@ export const TorrentCardDescription = styled.div`
} }
.description-torrent-title { .description-torrent-title {
overflow: auto; overflow: hidden;
word-break: break-all; word-break: break-all;
} }
@@ -165,7 +165,6 @@ export const TorrentCardDescription = styled.div`
.description-statistics-element-value { .description-statistics-element-value {
margin-bottom: 10px; margin-bottom: 10px;
margin-left: 0; margin-left: 0;
word-break: break-all;
@media (max-width: 1260px), (max-height: 500px) { @media (max-width: 1260px), (max-height: 500px) {
font-size: 0.7rem; font-size: 0.7rem;
@@ -181,7 +180,7 @@ export const TorrentCardDescription = styled.div`
} }
@media (max-width: 410px) { @media (max-width: 410px) {
font-size: 10px; font-size: 9px;
} }
} }
`} `}