mirror of
https://github.com/Ernous/TorrServerJellyfin.git
synced 2025-12-19 21:46:11 +05:00
refactor
This commit is contained in:
@@ -107,20 +107,6 @@ export const TorrentCardDescription = styled.div`
|
|||||||
.description-torrent-title {
|
.description-torrent-title {
|
||||||
overflow: auto;
|
overflow: auto;
|
||||||
word-break: break-all;
|
word-break: break-all;
|
||||||
|
|
||||||
@media (max-width: 770px) {
|
|
||||||
font-size: 0.6rem;
|
|
||||||
}
|
|
||||||
|
|
||||||
@media (max-width: 600px), (max-height: 500px) {
|
|
||||||
font-size: 11px;
|
|
||||||
margin-bottom: 3px;
|
|
||||||
margin-left: 0;
|
|
||||||
}
|
|
||||||
|
|
||||||
@media (max-width: 410px) {
|
|
||||||
font-size: 10px;
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.description-statistics-wrapper {
|
.description-statistics-wrapper {
|
||||||
@@ -155,7 +141,10 @@ export const TorrentCardDescription = styled.div`
|
|||||||
margin-bottom: 0;
|
margin-bottom: 0;
|
||||||
margin-left: 0;
|
margin-left: 0;
|
||||||
}
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
.description-torrent-title,
|
||||||
|
.description-statistics-element-value {
|
||||||
@media (max-width: 770px) {
|
@media (max-width: 770px) {
|
||||||
font-size: 0.6rem;
|
font-size: 0.6rem;
|
||||||
}
|
}
|
||||||
@@ -163,7 +152,6 @@ export const TorrentCardDescription = styled.div`
|
|||||||
@media (max-width: 600px), (max-height: 500px) {
|
@media (max-width: 600px), (max-height: 500px) {
|
||||||
font-size: 11px;
|
font-size: 11px;
|
||||||
margin-bottom: 3px;
|
margin-bottom: 3px;
|
||||||
margin-left: 0;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
@media (max-width: 410px) {
|
@media (max-width: 410px) {
|
||||||
@@ -204,7 +192,7 @@ export const StyledButton = styled.button`
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@media (max-width: 500px) {
|
@media (max-width: 770px) {
|
||||||
font-size: 0.7rem;
|
font-size: 0.7rem;
|
||||||
|
|
||||||
svg {
|
svg {
|
||||||
|
|||||||
Reference in New Issue
Block a user