search'n'tabs fix, channel card link from search fix

This commit is contained in:
Nikita Krupin 2022-05-14 00:45:48 -04:00
parent d37f9b12ee
commit 7c76cf2802
3 changed files with 3 additions and 7 deletions

View File

@ -1,9 +1,5 @@
<template>
<v-card
class="entry gridVideoRenderer background"
:to="`/watch?v=${video.videoId}`"
flat
>
<v-card class="entry gridVideoRenderer background" to="/channel" flat>
<div id="details">
<a
:href="

View File

@ -33,7 +33,7 @@
/>
</div>
<div id="details">
<a :href="channelUrl" class="avatar-link pl-2 pt-2">
<a href="/channel" class="avatar-link pl-2 pt-2">
<v-img class="avatar-thumbnail" :src="channelIcon" />
</a>
<v-card-text class="video-info pt-2" v-emoji>

View File

@ -12,7 +12,7 @@
<!-- channel-tabs -->
<v-tabs
v-if="$route.path.includes('/channel')"
v-if="$route.path.includes('/channel') && !search"
mobile-breakpoint="0"
style="
position: fixed;