From e2c1f7795752caf8cde19fdee8b9ab7fb16b0395 Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Thu, 26 Nov 2020 16:39:43 +0100 Subject: [PATCH] Profile settings title consistency --- .../users/user-edit/user-edit.component.html | 6 +++--- .../my-account-applications.component.html | 6 +++--- .../my-account-profile.component.scss | 2 +- .../my-account-settings.component.html | 16 ++++++++-------- .../my-video-channel-edit.component.html | 2 +- .../my-video-playlist-edit.component.html | 2 +- 6 files changed, 17 insertions(+), 17 deletions(-) diff --git a/client/src/app/+admin/users/user-edit/user-edit.component.html b/client/src/app/+admin/users/user-edit/user-edit.component.html index 0c7900529..0cb625b4a 100644 --- a/client/src/app/+admin/users/user-edit/user-edit.component.html +++ b/client/src/app/+admin/users/user-edit/user-edit.component.html @@ -60,7 +60,7 @@
-
+
@@ -76,7 +76,7 @@
-
+
@@ -197,7 +197,7 @@
-
+
diff --git a/client/src/app/+my-account/my-account-applications/my-account-applications.component.html b/client/src/app/+my-account/my-account-applications/my-account-applications.component.html index 53a9c91ac..3fbb79c71 100644 --- a/client/src/app/+my-account/my-account-applications/my-account-applications.component.html +++ b/client/src/app/+my-account/my-account-applications/my-account-applications.component.html @@ -7,18 +7,18 @@

SUBSCRIPTION FEED

- Use third-party feed aggregators to retrieve the list of videos from + Use third-party feed aggregators to retrieve the list of videos from channels you subscribed to. Make sure to keep your token private.
-
+
- +
diff --git a/client/src/app/+my-account/my-account-settings/my-account-profile/my-account-profile.component.scss b/client/src/app/+my-account/my-account-settings/my-account-profile/my-account-profile.component.scss index 5995bae4a..ec3f6029e 100644 --- a/client/src/app/+my-account/my-account-settings/my-account-profile/my-account-profile.component.scss +++ b/client/src/app/+my-account/my-account-settings/my-account-profile/my-account-profile.component.scss @@ -24,7 +24,7 @@ input[type=submit] { } textarea { - @include peertube-textarea(500px, 150px); + @include peertube-textarea(100%, 150px); max-width: 100%; display: block; diff --git a/client/src/app/+my-account/my-account-settings/my-account-settings.component.html b/client/src/app/+my-account/my-account-settings/my-account-settings.component.html index 2ad014f01..40505b92f 100644 --- a/client/src/app/+my-account/my-account-settings/my-account-settings.component.html +++ b/client/src/app/+my-account/my-account-settings/my-account-settings.component.html @@ -2,7 +2,7 @@
-
+
@@ -12,7 +12,7 @@
-
+
@@ -26,7 +26,7 @@
-
+
@@ -37,7 +37,7 @@
-
+
@@ -47,7 +47,7 @@
-
+
@@ -57,7 +57,7 @@
-
+
@@ -67,7 +67,7 @@
-
+
@@ -77,7 +77,7 @@
-
+
diff --git a/client/src/app/+my-library/+my-video-channels/my-video-channel-edit.component.html b/client/src/app/+my-library/+my-video-channels/my-video-channel-edit.component.html index 7e0c4e732..5ea000400 100644 --- a/client/src/app/+my-library/+my-video-channels/my-video-channel-edit.component.html +++ b/client/src/app/+my-library/+my-video-channels/my-video-channel-edit.component.html @@ -26,7 +26,7 @@
CHANNEL
-
+
diff --git a/client/src/app/+my-library/my-video-playlists/my-video-playlist-edit.component.html b/client/src/app/+my-library/my-video-playlists/my-video-playlist-edit.component.html index 0d8d2a447..9b9befca4 100644 --- a/client/src/app/+my-library/my-video-playlists/my-video-playlist-edit.component.html +++ b/client/src/app/+my-library/my-video-playlists/my-video-playlist-edit.component.html @@ -26,7 +26,7 @@
PLAYLIST
-
+
-- 2.41.0