mirror of
https://github.com/Ernous/TorrServerJellyfin.git
synced 2025-12-19 13:36:09 +05:00
better vertical align
This commit is contained in:
@@ -123,7 +123,8 @@ export const TorrentCardDescription = styled.div`
|
|||||||
color: ${accentCardColor};
|
color: ${accentCardColor};
|
||||||
|
|
||||||
@media (max-width: 770px) {
|
@media (max-width: 770px) {
|
||||||
font-size: 0.4rem;
|
font-size: 0.5rem;
|
||||||
|
line-height: 10px;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -131,8 +132,7 @@ export const TorrentCardDescription = styled.div`
|
|||||||
display: inline-block;
|
display: inline-block;
|
||||||
height: 8px;
|
height: 8px;
|
||||||
margin-inline-end: 4px;
|
margin-inline-end: 4px;
|
||||||
margin-bottom: 4px;
|
vertical-align: baseline;
|
||||||
vertical-align: middle;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.description-torrent-title {
|
.description-torrent-title {
|
||||||
|
|||||||
Reference in New Issue
Block a user