aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/+my-account
diff options
context:
space:
mode:
authorChocobozzz <me@florianbigard.com>2020-11-26 16:39:43 +0100
committerChocobozzz <me@florianbigard.com>2020-11-26 16:39:43 +0100
commite2c1f7795752caf8cde19fdee8b9ab7fb16b0395 (patch)
tree6e3aea0d96ac944c222081178889c85811ebd1fd /client/src/app/+my-account
parent0e856b78e9b6aca5e6a48a04af8b747dbc69658f (diff)
downloadPeerTube-e2c1f7795752caf8cde19fdee8b9ab7fb16b0395.tar.gz
PeerTube-e2c1f7795752caf8cde19fdee8b9ab7fb16b0395.tar.zst
PeerTube-e2c1f7795752caf8cde19fdee8b9ab7fb16b0395.zip
Profile settings title consistency
Diffstat (limited to 'client/src/app/+my-account')
-rw-r--r--client/src/app/+my-account/my-account-applications/my-account-applications.component.html6
-rw-r--r--client/src/app/+my-account/my-account-settings/my-account-profile/my-account-profile.component.scss2
-rw-r--r--client/src/app/+my-account/my-account-settings/my-account-settings.component.html16
3 files changed, 12 insertions, 12 deletions
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 @@
7 <div class="form-group col-12 col-lg-4 col-xl-3"> 7 <div class="form-group col-12 col-lg-4 col-xl-3">
8 <h2 i18n class="applications-title">SUBSCRIPTION FEED</h2> 8 <h2 i18n class="applications-title">SUBSCRIPTION FEED</h2>
9 <div i18n class="applications-description"> 9 <div i18n class="applications-description">
10 Use third-party feed aggregators to retrieve the list of videos from 10 Use third-party feed aggregators to retrieve the list of videos from
11 channels you subscribed to. Make sure to keep your token private. 11 channels you subscribed to. Make sure to keep your token private.
12 </div> 12 </div>
13 </div> 13 </div>
14 14
15 <div class="form-group form-group-right col-12 col-lg-8 col-xl-9"> 15 <div class="form-group col-12 col-lg-8 col-xl-9">
16 16
17 <div class="form-group"> 17 <div class="form-group">
18 <label i18n for="feed-url">Feed URL</label> 18 <label i18n for="feed-url">Feed URL</label>
19 <my-input-readonly-copy [value]="feedUrl"></my-input-readonly-copy> 19 <my-input-readonly-copy [value]="feedUrl"></my-input-readonly-copy>
20 </div> 20 </div>
21 21
22 <div class="form-group"> 22 <div class="form-group">
23 <label i18n for="feed-token">Feed Token</label> 23 <label i18n for="feed-token">Feed Token</label>
24 <my-input-readonly-copy [value]="feedToken"></my-input-readonly-copy> 24 <my-input-readonly-copy [value]="feedToken"></my-input-readonly-copy>
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] {
24} 24}
25 25
26textarea { 26textarea {
27 @include peertube-textarea(500px, 150px); 27 @include peertube-textarea(100%, 150px);
28 max-width: 100%; 28 max-width: 100%;
29 29
30 display: block; 30 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 @@
2<div class="form-row"> <!-- preview --> 2<div class="form-row"> <!-- preview -->
3 <div class="form-group col-12 col-lg-4 col-xl-3"></div> 3 <div class="form-group col-12 col-lg-4 col-xl-3"></div>
4 4
5 <div class="form-group form-group-right col-12 col-lg-8 col-xl-9"> 5 <div class="form-group col-12 col-lg-8 col-xl-9">
6 <my-actor-avatar-info [actor]="user.account" (avatarChange)="onAvatarChange($event)"></my-actor-avatar-info> 6 <my-actor-avatar-info [actor]="user.account" (avatarChange)="onAvatarChange($event)"></my-actor-avatar-info>
7 </div> 7 </div>
8</div> 8</div>
@@ -12,7 +12,7 @@
12 <h2 i18n class="account-title">PROFILE SETTINGS</h2> 12 <h2 i18n class="account-title">PROFILE SETTINGS</h2>
13 </div> 13 </div>
14 14
15 <div class="form-group form-group-right col-12 col-lg-8 col-xl-9"> 15 <div class="form-group col-12 col-lg-8 col-xl-9">
16 16
17 <my-user-quota [user]="user" [userInformationLoaded]="userInformationLoaded"></my-user-quota> 17 <my-user-quota [user]="user" [userInformationLoaded]="userInformationLoaded"></my-user-quota>
18 18
@@ -26,7 +26,7 @@
26 <h2 i18n class="account-title">VIDEO SETTINGS</h2> 26 <h2 i18n class="account-title">VIDEO SETTINGS</h2>
27 </div> 27 </div>
28 28
29 <div class="form-group form-group-right col-12 col-lg-8 col-xl-9"> 29 <div class="form-group col-12 col-lg-8 col-xl-9">
30 <my-user-video-settings [user]="user" [userInformationLoaded]="userInformationLoaded"></my-user-video-settings> 30 <my-user-video-settings [user]="user" [userInformationLoaded]="userInformationLoaded"></my-user-video-settings>
31 </div> 31 </div>
32</div> 32</div>
@@ -37,7 +37,7 @@
37 <h2 i18n class="account-title">NOTIFICATIONS</h2> 37 <h2 i18n class="account-title">NOTIFICATIONS</h2>
38 </div> 38 </div>
39 39
40 <div class="form-group form-group-right col-12 col-lg-8 col-xl-9"> 40 <div class="form-group col-12 col-lg-8 col-xl-9">
41 <my-account-notification-preferences [user]="user" [userInformationLoaded]="userInformationLoaded"></my-account-notification-preferences> 41 <my-account-notification-preferences [user]="user" [userInformationLoaded]="userInformationLoaded"></my-account-notification-preferences>
42 </div> 42 </div>
43</div> 43</div>
@@ -47,7 +47,7 @@
47 <h2 i18n class="account-title">INTERFACE</h2> 47 <h2 i18n class="account-title">INTERFACE</h2>
48 </div> 48 </div>
49 49
50 <div class="form-group form-group-right col-12 col-lg-8 col-xl-9"> 50 <div class="form-group col-12 col-lg-8 col-xl-9">
51 <my-user-interface-settings [user]="user" [userInformationLoaded]="userInformationLoaded"></my-user-interface-settings> 51 <my-user-interface-settings [user]="user" [userInformationLoaded]="userInformationLoaded"></my-user-interface-settings>
52 </div> 52 </div>
53</div> 53</div>
@@ -57,7 +57,7 @@
57 <h2 i18n class="account-title">PASSWORD</h2> 57 <h2 i18n class="account-title">PASSWORD</h2>
58 </div> 58 </div>
59 59
60 <div class="form-group form-group-right col-12 col-lg-8 col-xl-9"> 60 <div class="form-group col-12 col-lg-8 col-xl-9">
61 <my-account-change-password></my-account-change-password> 61 <my-account-change-password></my-account-change-password>
62 </div> 62 </div>
63</div> 63</div>
@@ -67,7 +67,7 @@
67 <h2 i18n class="account-title">EMAIL</h2> 67 <h2 i18n class="account-title">EMAIL</h2>
68 </div> 68 </div>
69 69
70 <div class="form-group form-group-right col-12 col-lg-8 col-xl-9"> 70 <div class="form-group col-12 col-lg-8 col-xl-9">
71 <my-account-change-email></my-account-change-email> 71 <my-account-change-email></my-account-change-email>
72 </div> 72 </div>
73</div> 73</div>
@@ -77,7 +77,7 @@
77 <h2 i18n class="account-title account-title-danger">DANGER ZONE</h2> 77 <h2 i18n class="account-title account-title-danger">DANGER ZONE</h2>
78 </div> 78 </div>
79 79
80 <div class="form-group form-group-right col-12 col-lg-8 col-xl-9"> 80 <div class="form-group col-12 col-lg-8 col-xl-9">
81 <my-account-danger-zone [user]="user"></my-account-danger-zone> 81 <my-account-danger-zone [user]="user"></my-account-danger-zone>
82 </div> 82 </div>
83</div> 83</div>