From 7e173e6c12a4c33a13a865f8436af6439c50e0bd Mon Sep 17 00:00:00 2001 From: rramiachraf <51409801+rramiachraf@users.noreply.github.com> Date: Thu, 16 Mar 2023 00:27:52 +0100 Subject: [PATCH] Fix small banner on mobile devices and localize `show more`/`show less` --- src/components/ChannelPage.vue | 11 +++++++---- src/locales/en.json | 4 +++- 2 files changed, 10 insertions(+), 5 deletions(-) diff --git a/src/components/ChannelPage.vue b/src/components/ChannelPage.vue index f78c9de1..24155b96 100644 --- a/src/components/ChannelPage.vue +++ b/src/components/ChannelPage.vue @@ -2,8 +2,8 @@ - -
+ +
@@ -41,8 +41,11 @@
-
diff --git a/src/locales/en.json b/src/locales/en.json index 6ddfab97..9575915c 100644 --- a/src/locales/en.json +++ b/src/locales/en.json @@ -127,7 +127,9 @@ "no_valid_playlists": "The file doesn't contain valid playlists!", "with_playlist": "Share with playlist", "bookmark_playlist": "Bookmark", - "playlist_bookmarked": "Bookmarked" + "playlist_bookmarked": "Bookmarked", + "show_more": "Show more", + "show_less": "Show less" }, "comment": { "pinned_by": "Pinned by {author}",