Skip to content

Commit 305f288

Browse files
committed
Fix style for sidenav subscription links
1 parent 7ca03b1 commit 305f288

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

src/renderer/components/side-nav/side-nav.css

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,11 @@
8989
transform: translateY(-50%);
9090
}
9191

92+
.channelLink {
93+
color: inherit;
94+
text-decoration: inherit;
95+
}
96+
9297
.channelThumbnail {
9398
border-radius: 50%;
9499
width: 35px;

src/renderer/components/side-nav/side-nav.vue

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -229,6 +229,7 @@
229229
>
230230
<router-link
231231
:to="`/channel/${channel.id}`"
232+
class="channelLink"
232233
>
233234
<div
234235
class="thumbnailContainer"

0 commit comments

Comments
 (0)