diff --git a/tubearchivist/home/templates/home/channel_id.html b/tubearchivist/home/templates/home/channel_id.html index 41ee11e8..5f79de93 100644 --- a/tubearchivist/home/templates/home/channel_id.html +++ b/tubearchivist/home/templates/home/channel_id.html @@ -124,9 +124,9 @@
{% if video.source.player.watched %} - seen-icon + seen-icon {% else %} - unseen-icon + unseen-icon {% endif %} {{ video.source.published }} | {{ video.source.player.duration_str }}
diff --git a/tubearchivist/home/templates/home/home.html b/tubearchivist/home/templates/home/home.html index 9d517144..7e41ba07 100644 --- a/tubearchivist/home/templates/home/home.html +++ b/tubearchivist/home/templates/home/home.html @@ -27,9 +27,9 @@
{% if video.player.watched %} - seen-icon + seen-icon {% else %} - unseen-icon + unseen-icon {% endif %} {{ video.published }} | {{ video.player.duration_str }}
@@ -103,9 +103,9 @@
{% if video.source.player.watched %} - seen-icon + seen-icon {% else %} - unseen-icon + unseen-icon {% endif %} {{ video.source.published }} | {{ video.source.player.duration_str }}
diff --git a/tubearchivist/home/templates/home/playlist_id.html b/tubearchivist/home/templates/home/playlist_id.html index 687df98f..b022971c 100644 --- a/tubearchivist/home/templates/home/playlist_id.html +++ b/tubearchivist/home/templates/home/playlist_id.html @@ -105,9 +105,9 @@
{% if video.source.player.watched %} - seen-icon + seen-icon {% else %} - unseen-icon + unseen-icon {% endif %} {{ video.source.published }} | {{ video.source.player.duration_str }}
diff --git a/tubearchivist/static/css/style.css b/tubearchivist/static/css/style.css index 8f124d35..43bd4f98 100644 --- a/tubearchivist/static/css/style.css +++ b/tubearchivist/static/css/style.css @@ -484,8 +484,7 @@ button:hover { align-items: center; } -.unseen-icon, -.seen-icon, +.watch-button, .close-button { cursor: pointer; filter: var(--img-filter);