diff options
Diffstat (limited to 'client/src/app/+my-account')
-rw-r--r-- | client/src/app/+my-account/my-account-settings/my-account-settings.component.html | 13 |
1 files changed, 10 insertions, 3 deletions
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 26096da02..185f13275 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 | |||
@@ -1,11 +1,18 @@ | |||
1 | <h1 class="sr-only" i18n>Settings</h1> | 1 | <h1 class="sr-only" i18n>Settings</h1> |
2 | <div class="form-row"> <!-- profile grid --> | 2 | <div class="form-row"> <!-- preview --> |
3 | <div class="form-group col-12 col-lg-4 col-xl-3"></div> | ||
4 | |||
5 | <div class="form-group form-group-right col-12 col-lg-8 col-xl-9"> | ||
6 | <my-actor-avatar-info [actor]="user.account" (avatarChange)="onAvatarChange($event)"></my-actor-avatar-info> | ||
7 | </div> | ||
8 | </div> | ||
9 | |||
10 | <div class="form-row"> <!-- profile settings grid --> | ||
3 | <div class="form-group col-12 col-lg-4 col-xl-3"> | 11 | <div class="form-group col-12 col-lg-4 col-xl-3"> |
4 | <h2 i18n class="account-title">PROFILE</h2> | 12 | <h2 i18n class="account-title">PROFILE SETTINGS</h2> |
5 | </div> | 13 | </div> |
6 | 14 | ||
7 | <div class="form-group form-group-right col-12 col-lg-8 col-xl-9"> | 15 | <div class="form-group form-group-right col-12 col-lg-8 col-xl-9"> |
8 | <my-actor-avatar-info [actor]="user.account" (avatarChange)="onAvatarChange($event)"></my-actor-avatar-info> | ||
9 | 16 | ||
10 | <div class="user-quota mb-3"> | 17 | <div class="user-quota mb-3"> |
11 | <div> | 18 | <div> |