diff --git a/src/invidious/views/components/item.ecr b/src/invidious/views/components/item.ecr index ab3dce45..51aa7193 100644 --- a/src/invidious/views/components/item.ecr +++ b/src/invidious/views/components/item.ecr @@ -82,8 +82,8 @@ onmouseenter='this["href"]="javascript:void(0)"' href="/mark_watched?id=<%= item.id %>"> + onmouseleave='this.setAttribute("class", "icon ion-ios-eye")' + class="icon ion-ios-eye">

diff --git a/src/invidious/views/template.ecr b/src/invidious/views/template.ecr index a7d96d72..b58135d7 100644 --- a/src/invidious/views/template.ecr +++ b/src/invidious/views/template.ecr @@ -38,7 +38,7 @@ @@ -55,7 +55,7 @@
- + " href="/feed/subscriptions" class="pure-menu-heading"> <% notification_count = env.get("user").as(User).notifications.size %> <% if notification_count > 0 %> <%= notification_count %> @@ -65,7 +65,7 @@
- " class="pure-menu-heading"> + " href="/preferences?referer=<%= env.get?("current_page") %>" class="pure-menu-heading">
@@ -85,7 +85,7 @@
- " class="pure-menu-heading"> + " href="/preferences?referer=<%= env.get?("current_page") %>" class="pure-menu-heading">