Fix old regression for Views and Upload date on channels.

Closes #424
This commit is contained in:
FireMasterK 2021-10-08 22:08:41 +01:00
parent 9bd49ee04d
commit 8143919374
No known key found for this signature in database
GPG Key ID: 49451E4482CC5BCD
1 changed files with 2 additions and 4 deletions

View File

@ -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"