diff --git a/assets/css/default.css b/assets/css/default.css
index 48cb4264..7a99a0db 100644
--- a/assets/css/default.css
+++ b/assets/css/default.css
@@ -219,7 +219,7 @@ div.thumbnail > .bottom-right-overlay {
}
.length, .top-left-overlay button {
- background-color: rgba(35, 35, 35, 0.85);
+ background-color: rgba(35, 35, 35, 0.85) !important;
}
diff --git a/locales/en-US.json b/locales/en-US.json
index e13ba968..c41a631a 100644
--- a/locales/en-US.json
+++ b/locales/en-US.json
@@ -9,6 +9,11 @@
"generic_subscribers_count_plural": "{{count}} subscribers",
"generic_subscriptions_count": "{{count}} subscription",
"generic_subscriptions_count_plural": "{{count}} subscriptions",
+ "generic_button_delete": "Delete",
+ "generic_button_edit": "Edit",
+ "generic_button_save": "Save",
+ "generic_button_cancel": "Cancel",
+ "generic_button_rss": "RSS",
"LIVE": "LIVE",
"Shared `x` ago": "Shared `x` ago",
"Unsubscribe": "Unsubscribe",
@@ -170,6 +175,7 @@
"Title": "Title",
"Playlist privacy": "Playlist privacy",
"Editing playlist `x`": "Editing playlist `x`",
+ "playlist_button_add_items": "Add videos",
"Show more": "Show more",
"Show less": "Show less",
"Watch on YouTube": "Watch on YouTube",
diff --git a/locales/fr.json b/locales/fr.json
index d2607a49..2eb4dd2b 100644
--- a/locales/fr.json
+++ b/locales/fr.json
@@ -9,6 +9,11 @@
"generic_subscribers_count_plural": "{{count}} abonnés",
"generic_subscriptions_count": "{{count}} abonnement",
"generic_subscriptions_count_plural": "{{count}} abonnements",
+ "generic_button_delete": "Supprimer",
+ "generic_button_edit": "Editer",
+ "generic_button_save": "Enregistrer",
+ "generic_button_cancel": "Annuler",
+ "generic_button_rss": "RSS",
"LIVE": "EN DIRECT",
"Shared `x` ago": "Ajoutée il y a `x`",
"Unsubscribe": "Se désabonner",
@@ -149,6 +154,7 @@
"Title": "Titre",
"Playlist privacy": "Paramètres de confidentialité de la liste de lecture",
"Editing playlist `x`": "Modifier la liste de lecture `x`",
+ "playlist_button_add_items": "Ajouter des vidéos",
"Show more": "Afficher plus",
"Show less": "Afficher moins",
"Watch on YouTube": "Voir la vidéo sur Youtube",
diff --git a/src/invidious/views/components/item.ecr b/src/invidious/views/components/item.ecr
index f05e1338..decdcb2f 100644
--- a/src/invidious/views/components/item.ecr
+++ b/src/invidious/views/components/item.ecr
@@ -71,6 +71,11 @@
<%- if !env.get("preferences").as(Preferences).thin_mode -%>
+
+ <% if item_watched %>
+
+
+ <% end %>
<%- end -%>
@@ -109,11 +114,6 @@
<%= recode_length_seconds(item.length_seconds) %>
<%- end -%> - - <% if item_watched %> - - - <% end %>