mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2025-10-02 16:52:04 +02:00
Fixed: Remove parens around year, move path below movie summary
This commit is contained in:
@@ -296,7 +296,7 @@ class MovieDetails extends Component {
|
|||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div className={styles.year}>
|
<div className={styles.year}>
|
||||||
({year})
|
{year}
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
{
|
{
|
||||||
@@ -416,6 +416,15 @@ class MovieDetails extends Component {
|
|||||||
}
|
}
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
<Measure onMeasure={this.onMeasure}>
|
||||||
|
<div className={styles.overview}>
|
||||||
|
<TextTruncate
|
||||||
|
line={Math.floor(overviewHeight / (defaultFontSize * lineHeight))}
|
||||||
|
text={overview}
|
||||||
|
/>
|
||||||
|
</div>
|
||||||
|
</Measure>
|
||||||
|
|
||||||
<InfoLabel
|
<InfoLabel
|
||||||
className={styles.detailsInfoLabel}
|
className={styles.detailsInfoLabel}
|
||||||
title="Path"
|
title="Path"
|
||||||
@@ -426,15 +435,6 @@ class MovieDetails extends Component {
|
|||||||
</span>
|
</span>
|
||||||
</InfoLabel>
|
</InfoLabel>
|
||||||
|
|
||||||
<Measure onMeasure={this.onMeasure}>
|
|
||||||
<div className={styles.overview}>
|
|
||||||
<TextTruncate
|
|
||||||
line={Math.floor(overviewHeight / (defaultFontSize * lineHeight))}
|
|
||||||
text={overview}
|
|
||||||
/>
|
|
||||||
</div>
|
|
||||||
</Measure>
|
|
||||||
|
|
||||||
<InfoLabel
|
<InfoLabel
|
||||||
className={styles.detailsInfoLabel}
|
className={styles.detailsInfoLabel}
|
||||||
title="Links"
|
title="Links"
|
||||||
|
Reference in New Issue
Block a user