mirror of
https://github.com/TeamPiped/Piped.git
synced 2024-08-14 23:57:27 +00:00
parent
9bd49ee04d
commit
8143919374
1 changed files with 2 additions and 4 deletions
|
@ -37,10 +37,7 @@
|
||||||
</router-link>
|
</router-link>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div
|
<div style="display: flex; flex-flow: row; height: 15%">
|
||||||
v-if="video.uploaderUrl && video.uploaderName && !hideChannel"
|
|
||||||
style="display: flex; flex-flow: row; height: 15%"
|
|
||||||
>
|
|
||||||
<router-link class="uk-link-muted" :to="video.uploaderUrl">
|
<router-link class="uk-link-muted" :to="video.uploaderUrl">
|
||||||
<img
|
<img
|
||||||
v-if="video.uploaderAvatar"
|
v-if="video.uploaderAvatar"
|
||||||
|
@ -54,6 +51,7 @@
|
||||||
|
|
||||||
<div style="width: calc(100% - 32px - 8px);">
|
<div style="width: calc(100% - 32px - 8px);">
|
||||||
<router-link
|
<router-link
|
||||||
|
v-if="video.uploaderUrl && video.uploaderName && !hideChannel"
|
||||||
class="uk-link-muted uk-overflow-hidden"
|
class="uk-link-muted uk-overflow-hidden"
|
||||||
:to="video.uploaderUrl"
|
:to="video.uploaderUrl"
|
||||||
:title="video.uploaderName"
|
:title="video.uploaderName"
|
||||||
|
|
Loading…
Reference in a new issue