mirror of
https://github.com/TeamPiped/Piped.git
synced 2024-11-09 17:58:21 +00:00
parent
9bd49ee04d
commit
8143919374
@ -37,10 +37,7 @@
|
||||
</router-link>
|
||||
</div>
|
||||
|
||||
<div
|
||||
v-if="video.uploaderUrl && video.uploaderName && !hideChannel"
|
||||
style="display: flex; flex-flow: row; height: 15%"
|
||||
>
|
||||
<div style="display: flex; flex-flow: row; height: 15%">
|
||||
<router-link class="uk-link-muted" :to="video.uploaderUrl">
|
||||
<img
|
||||
v-if="video.uploaderAvatar"
|
||||
@ -54,6 +51,7 @@
|
||||
|
||||
<div style="width: calc(100% - 32px - 8px);">
|
||||
<router-link
|
||||
v-if="video.uploaderUrl && video.uploaderName && !hideChannel"
|
||||
class="uk-link-muted uk-overflow-hidden"
|
||||
:to="video.uploaderUrl"
|
||||
:title="video.uploaderName"
|
||||
|
Loading…
Reference in New Issue
Block a user