Profile settings title consistency

This commit is contained in:
Chocobozzz 2020-11-26 16:39:43 +01:00
parent 0e856b78e9
commit e2c1f77957
No known key found for this signature in database
GPG Key ID: 583A612D890159BE
6 changed files with 17 additions and 17 deletions

View File

@ -60,7 +60,7 @@
<div class="form-row" *ngIf="!isInBigView()"> <!-- hidden on large screens, as it is then displayed on the right side of the form --> <div class="form-row" *ngIf="!isInBigView()"> <!-- hidden on large screens, as it is then displayed on the right side of the form -->
<div class="col-12 col-xl-3"></div> <div class="col-12 col-xl-3"></div>
<div class="form-group-right col-12 col-xl-9"> <div class="col-12 col-xl-9">
<ng-template *ngTemplateOutlet="dashboard"></ng-template> <ng-template *ngTemplateOutlet="dashboard"></ng-template>
</div> </div>
</div> </div>
@ -76,7 +76,7 @@
</div> </div>
</div> </div>
<div class="form-group form-group-right col-12 col-lg-8 col-xl-9" [ngClass]="{ 'form-row': isInBigView() }"> <div class="form-group col-12 col-lg-8 col-xl-9" [ngClass]="{ 'form-row': isInBigView() }">
<form role="form" (ngSubmit)="formValidated()" [formGroup]="form" [ngClass]="{ 'col-5': isInBigView() }"> <form role="form" (ngSubmit)="formValidated()" [formGroup]="form" [ngClass]="{ 'col-5': isInBigView() }">
<div class="form-group" *ngIf="isCreation()"> <div class="form-group" *ngIf="isCreation()">
@ -197,7 +197,7 @@
<div i18n class="account-title account-title-danger">DANGER ZONE</div> <div i18n class="account-title account-title-danger">DANGER ZONE</div>
</div> </div>
<div class="form-group form-group-right col-12 col-lg-8 col-xl-9" [ngClass]="{ 'form-row': isInBigView() }"> <div class="form-group col-12 col-lg-8 col-xl-9" [ngClass]="{ 'form-row': isInBigView() }">
<div class="danger-zone"> <div class="danger-zone">
<div class="form-group reset-password-email"> <div class="form-group reset-password-email">

View File

@ -7,18 +7,18 @@
<div class="form-group col-12 col-lg-4 col-xl-3"> <div class="form-group col-12 col-lg-4 col-xl-3">
<h2 i18n class="applications-title">SUBSCRIPTION FEED</h2> <h2 i18n class="applications-title">SUBSCRIPTION FEED</h2>
<div i18n class="applications-description"> <div i18n class="applications-description">
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. channels you subscribed to. Make sure to keep your token private.
</div> </div>
</div> </div>
<div class="form-group form-group-right col-12 col-lg-8 col-xl-9"> <div class="form-group col-12 col-lg-8 col-xl-9">
<div class="form-group"> <div class="form-group">
<label i18n for="feed-url">Feed URL</label> <label i18n for="feed-url">Feed URL</label>
<my-input-readonly-copy [value]="feedUrl"></my-input-readonly-copy> <my-input-readonly-copy [value]="feedUrl"></my-input-readonly-copy>
</div> </div>
<div class="form-group"> <div class="form-group">
<label i18n for="feed-token">Feed Token</label> <label i18n for="feed-token">Feed Token</label>
<my-input-readonly-copy [value]="feedToken"></my-input-readonly-copy> <my-input-readonly-copy [value]="feedToken"></my-input-readonly-copy>

View File

@ -24,7 +24,7 @@ input[type=submit] {
} }
textarea { textarea {
@include peertube-textarea(500px, 150px); @include peertube-textarea(100%, 150px);
max-width: 100%; max-width: 100%;
display: block; display: block;

View File

@ -2,7 +2,7 @@
<div class="form-row"> <!-- preview --> <div class="form-row"> <!-- preview -->
<div class="form-group col-12 col-lg-4 col-xl-3"></div> <div class="form-group col-12 col-lg-4 col-xl-3"></div>
<div class="form-group form-group-right col-12 col-lg-8 col-xl-9"> <div class="form-group col-12 col-lg-8 col-xl-9">
<my-actor-avatar-info [actor]="user.account" (avatarChange)="onAvatarChange($event)"></my-actor-avatar-info> <my-actor-avatar-info [actor]="user.account" (avatarChange)="onAvatarChange($event)"></my-actor-avatar-info>
</div> </div>
</div> </div>
@ -12,7 +12,7 @@
<h2 i18n class="account-title">PROFILE SETTINGS</h2> <h2 i18n class="account-title">PROFILE SETTINGS</h2>
</div> </div>
<div class="form-group form-group-right col-12 col-lg-8 col-xl-9"> <div class="form-group col-12 col-lg-8 col-xl-9">
<my-user-quota [user]="user" [userInformationLoaded]="userInformationLoaded"></my-user-quota> <my-user-quota [user]="user" [userInformationLoaded]="userInformationLoaded"></my-user-quota>
@ -26,7 +26,7 @@
<h2 i18n class="account-title">VIDEO SETTINGS</h2> <h2 i18n class="account-title">VIDEO SETTINGS</h2>
</div> </div>
<div class="form-group form-group-right col-12 col-lg-8 col-xl-9"> <div class="form-group col-12 col-lg-8 col-xl-9">
<my-user-video-settings [user]="user" [userInformationLoaded]="userInformationLoaded"></my-user-video-settings> <my-user-video-settings [user]="user" [userInformationLoaded]="userInformationLoaded"></my-user-video-settings>
</div> </div>
</div> </div>
@ -37,7 +37,7 @@
<h2 i18n class="account-title">NOTIFICATIONS</h2> <h2 i18n class="account-title">NOTIFICATIONS</h2>
</div> </div>
<div class="form-group form-group-right col-12 col-lg-8 col-xl-9"> <div class="form-group col-12 col-lg-8 col-xl-9">
<my-account-notification-preferences [user]="user" [userInformationLoaded]="userInformationLoaded"></my-account-notification-preferences> <my-account-notification-preferences [user]="user" [userInformationLoaded]="userInformationLoaded"></my-account-notification-preferences>
</div> </div>
</div> </div>
@ -47,7 +47,7 @@
<h2 i18n class="account-title">INTERFACE</h2> <h2 i18n class="account-title">INTERFACE</h2>
</div> </div>
<div class="form-group form-group-right col-12 col-lg-8 col-xl-9"> <div class="form-group col-12 col-lg-8 col-xl-9">
<my-user-interface-settings [user]="user" [userInformationLoaded]="userInformationLoaded"></my-user-interface-settings> <my-user-interface-settings [user]="user" [userInformationLoaded]="userInformationLoaded"></my-user-interface-settings>
</div> </div>
</div> </div>
@ -57,7 +57,7 @@
<h2 i18n class="account-title">PASSWORD</h2> <h2 i18n class="account-title">PASSWORD</h2>
</div> </div>
<div class="form-group form-group-right col-12 col-lg-8 col-xl-9"> <div class="form-group col-12 col-lg-8 col-xl-9">
<my-account-change-password></my-account-change-password> <my-account-change-password></my-account-change-password>
</div> </div>
</div> </div>
@ -67,7 +67,7 @@
<h2 i18n class="account-title">EMAIL</h2> <h2 i18n class="account-title">EMAIL</h2>
</div> </div>
<div class="form-group form-group-right col-12 col-lg-8 col-xl-9"> <div class="form-group col-12 col-lg-8 col-xl-9">
<my-account-change-email></my-account-change-email> <my-account-change-email></my-account-change-email>
</div> </div>
</div> </div>
@ -77,7 +77,7 @@
<h2 i18n class="account-title account-title-danger">DANGER ZONE</h2> <h2 i18n class="account-title account-title-danger">DANGER ZONE</h2>
</div> </div>
<div class="form-group form-group-right col-12 col-lg-8 col-xl-9"> <div class="form-group col-12 col-lg-8 col-xl-9">
<my-account-danger-zone [user]="user"></my-account-danger-zone> <my-account-danger-zone [user]="user"></my-account-danger-zone>
</div> </div>
</div> </div>

View File

@ -26,7 +26,7 @@
<div *ngIf="!isCreation() && videoChannelToUpdate" class="video-channel-title" i18n>CHANNEL</div> <div *ngIf="!isCreation() && videoChannelToUpdate" class="video-channel-title" i18n>CHANNEL</div>
</div> </div>
<div class="form-group form-group-right col-12 col-lg-8 col-xl-9"> <div class="form-group col-12 col-lg-8 col-xl-9">
<div class="form-group" *ngIf="isCreation()"> <div class="form-group" *ngIf="isCreation()">
<label i18n for="name">Name</label> <label i18n for="name">Name</label>

View File

@ -26,7 +26,7 @@
<div *ngIf="!isCreation() && videoPlaylistToUpdate" class="video-playlist-title" i18n>PLAYLIST</div> <div *ngIf="!isCreation() && videoPlaylistToUpdate" class="video-playlist-title" i18n>PLAYLIST</div>
</div> </div>
<div class="form-group form-group-right col-12 col-lg-8 col-xl-9"> <div class="form-group col-12 col-lg-8 col-xl-9">
<div class="col-md-12 col-xl-6"> <div class="col-md-12 col-xl-6">
<div class="form-group"> <div class="form-group">