Hide New window icon when mobile UI is active
This commit is contained in:
parent
689479eb21
commit
81a571e7c9
|
@ -81,7 +81,7 @@
|
||||||
>
|
>
|
||||||
<span>{{ channelName }}</span>
|
<span>{{ channelName }}</span>
|
||||||
</router-link>
|
</router-link>
|
||||||
<template v-if="!isLive && !isUpcoming && !hideViews">
|
<template v-if="!isLive && !isUpcoming && !isPremium && !hideViews">
|
||||||
<span class="viewCount">• {{ parsedViewCount }}</span>
|
<span class="viewCount">• {{ parsedViewCount }}</span>
|
||||||
<span v-if="viewCount === 1">{{ $t("Video.View").toLowerCase() }}</span>
|
<span v-if="viewCount === 1">{{ $t("Video.View").toLowerCase() }}</span>
|
||||||
<span v-else>{{ $t("Video.Views").toLowerCase() }}</span>
|
<span v-else>{{ $t("Video.Views").toLowerCase() }}</span>
|
||||||
|
|
|
@ -67,8 +67,7 @@
|
||||||
display: none
|
display: none
|
||||||
|
|
||||||
.navNewWindowIcon
|
.navNewWindowIcon
|
||||||
// Hidden when "History" menu item also hidden
|
@media only screen and (max-width: 680px)
|
||||||
@media only screen and (max-width: 279px)
|
|
||||||
display: none
|
display: none
|
||||||
|
|
||||||
.logo // parts that make up the logo
|
.logo // parts that make up the logo
|
||||||
|
|
Loading…
Reference in New Issue