move price and video length to the right so they will always been in the same position
This commit is contained in:
parent
66ba3a23c2
commit
0d96830270
1 changed files with 2 additions and 2 deletions
|
@ -18,10 +18,10 @@ export default function FileProperties(props: Props) {
|
||||||
|
|
||||||
return (
|
return (
|
||||||
<div className="file-properties">
|
<div className="file-properties">
|
||||||
<FilePrice hideFree uri={uri} />
|
|
||||||
<VideoDuration uri={uri} />
|
|
||||||
{isSubscribed && <Icon tooltip icon={icons.SUBSCRIBE} />}
|
{isSubscribed && <Icon tooltip icon={icons.SUBSCRIBE} />}
|
||||||
{!claimIsMine && downloaded && <Icon tooltip icon={icons.DOWNLOAD} />}
|
{!claimIsMine && downloaded && <Icon tooltip icon={icons.DOWNLOAD} />}
|
||||||
|
<FilePrice hideFree uri={uri} />
|
||||||
|
<VideoDuration uri={uri} />
|
||||||
</div>
|
</div>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue