mirror of
https://github.com/TeamPiped/Piped.git
synced 2025-08-09 20:24:09 +00:00
@@ -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"
|
||||||
|
Reference in New Issue
Block a user