mirror of
https://github.com/Ernous/TorrServerJellyfin.git
synced 2025-12-19 21:46:11 +05:00
cosmetics
This commit is contained in:
@@ -124,7 +124,7 @@ const Torrent = ({ torrent }) => {
|
|||||||
<div className='description-section-name'>
|
<div className='description-section-name'>
|
||||||
{t('Name')}
|
{t('Name')}
|
||||||
<div className='description-category-wrapper'>
|
<div className='description-category-wrapper'>
|
||||||
{catIndex >= 0 ? t(catArray.name) : ''/* {category} */}
|
{catIndex >= 0 ? t(catArray.name) : '' /* {category} */}
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div className='description-torrent-title'>{parsedTitle}</div>
|
<div className='description-torrent-title'>{parsedTitle}</div>
|
||||||
|
|||||||
@@ -116,12 +116,19 @@ export const TorrentCardDescription = styled.div`
|
|||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
}
|
}
|
||||||
|
|
||||||
.description-section-name {
|
.description-title-wrapper > .description-section-name {
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-wrap: nowrap;
|
flex-wrap: nowrap;
|
||||||
justify-content: space-between;
|
justify-content: space-between;
|
||||||
self-align: end;
|
self-align: end;
|
||||||
|
}
|
||||||
|
|
||||||
|
.description-category-wrapper {
|
||||||
|
display: inline-flex;
|
||||||
|
color: ${sidebarBGColor};
|
||||||
|
}
|
||||||
|
|
||||||
|
.description-section-name {
|
||||||
text-transform: uppercase;
|
text-transform: uppercase;
|
||||||
font-size: 10px;
|
font-size: 10px;
|
||||||
font-weight: 600;
|
font-weight: 600;
|
||||||
@@ -134,11 +141,6 @@ export const TorrentCardDescription = styled.div`
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.description-category-wrapper {
|
|
||||||
display: inline-flex;
|
|
||||||
color: ${sidebarBGColor};
|
|
||||||
}
|
|
||||||
|
|
||||||
.description-status-wrapper {
|
.description-status-wrapper {
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
height: 8px;
|
height: 8px;
|
||||||
|
|||||||
@@ -79,7 +79,7 @@
|
|||||||
"OK": "OK",
|
"OK": "OK",
|
||||||
"OpenLink": "Отвори линк",
|
"OpenLink": "Отвори линк",
|
||||||
"Other": "Други",
|
"Other": "Други",
|
||||||
"Peers": "Пиъри·Сийдъри",
|
"Peers": "Пиъри·Сийди",
|
||||||
"PiecesCount": "Брой парчета",
|
"PiecesCount": "Брой парчета",
|
||||||
"PiecesLength": "Дължина на парчетата",
|
"PiecesLength": "Дължина на парчетата",
|
||||||
"Playlist": "Плейлист",
|
"Playlist": "Плейлист",
|
||||||
|
|||||||
Reference in New Issue
Block a user