Hide New window icon when mobile UI is active

This commit is contained in:
Preston 2021-04-30 17:24:21 -04:00
parent 689479eb21
commit 81a571e7c9
2 changed files with 2 additions and 3 deletions

View File

@ -81,7 +81,7 @@
>
<span>{{ channelName }}</span>
</router-link>
<template v-if="!isLive && !isUpcoming && !hideViews">
<template v-if="!isLive && !isUpcoming && !isPremium && !hideViews">
<span class="viewCount"> {{ parsedViewCount }}</span>
<span v-if="viewCount === 1">{{ $t("Video.View").toLowerCase() }}</span>
<span v-else>{{ $t("Video.Views").toLowerCase() }}</span>

View File

@ -67,8 +67,7 @@
display: none
.navNewWindowIcon
// Hidden when "History" menu item also hidden
@media only screen and (max-width: 279px)
@media only screen and (max-width: 680px)
display: none
.logo // parts that make up the logo