diff --git a/src/renderer/components/watch-video-info/watch-video-info.js b/src/renderer/components/watch-video-info/watch-video-info.js index f7bd40a640d7..e7cdd940152d 100644 --- a/src/renderer/components/watch-video-info/watch-video-info.js +++ b/src/renderer/components/watch-video-info/watch-video-info.js @@ -331,10 +331,6 @@ export default Vue.extend({ }) }, - goToChannel: function () { - this.$router.push({ path: `/channel/${this.channelId}` }) - }, - toggleSave: function () { if (this.inFavoritesPlaylist) { this.removeFromPlaylist() diff --git a/src/renderer/components/watch-video-info/watch-video-info.sass b/src/renderer/components/watch-video-info/watch-video-info.sass index 4a24dea73ea8..8b6ce0fa28ab 100644 --- a/src/renderer/components/watch-video-info/watch-video-info.sass +++ b/src/renderer/components/watch-video-info/watch-video-info.sass @@ -26,6 +26,9 @@ cursor: pointer position: relative top: -2px + display: block + color: inherit + text-decoration: inherit .subscribeButton margin-top: 6px @@ -86,7 +89,3 @@ :deep(.iconDropdown) left: calc(50% - 20px) right: auto - -.channelLink - color: inherit - text-decoration: inherit diff --git a/src/renderer/components/watch-video-info/watch-video-info.vue b/src/renderer/components/watch-video-info/watch-video-info.vue index b759dc742822..dbf05cd1987d 100644 --- a/src/renderer/components/watch-video-info/watch-video-info.vue +++ b/src/renderer/components/watch-video-info/watch-video-info.vue @@ -19,21 +19,15 @@
-
- {{ channelName }} -
+ {{ channelName }}