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>
|
||||
</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>
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue