@@ -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}",
From d9e4192de44a027abec1fdf10eeeac5c0f455e47 Mon Sep 17 00:00:00 2001
From: rramiachraf <51409801+rramiachraf@users.noreply.github.com>
Date: Thu, 16 Mar 2023 00:38:29 +0100
Subject: [PATCH 3/4] Decrease margin and padding from tabs and description
---
src/components/ChannelPage.vue | 11 ++++++++---
1 file changed, 8 insertions(+), 3 deletions(-)
diff --git a/src/components/ChannelPage.vue b/src/components/ChannelPage.vue
index 24155b96..1963090b 100644
--- a/src/components/ChannelPage.vue
+++ b/src/components/ChannelPage.vue
@@ -2,7 +2,12 @@
-
+
@@ -38,7 +43,7 @@
-
+
-
+
Date: Thu, 16 Mar 2023 16:26:09 +0100
Subject: [PATCH 4/4] Minor visual improvements to the channel page
---
src/components/ChannelPage.vue | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/src/components/ChannelPage.vue b/src/components/ChannelPage.vue
index 1963090b..6bcbed31 100644
--- a/src/components/ChannelPage.vue
+++ b/src/components/ChannelPage.vue
@@ -43,11 +43,11 @@
-
+
[{{ fullDescription ? $t("actions.show_less") : $t("actions.show_more") }}]
@@ -56,7 +56,7 @@
-