diff options
Diffstat (limited to 'client')
5 files changed, 5 insertions, 5 deletions
diff --git a/client/src/app/+signup/+register/register.component.html b/client/src/app/+signup/+register/register.component.html index 2d0e6e865..5c4fe5f0b 100644 --- a/client/src/app/+signup/+register/register.component.html +++ b/client/src/app/+signup/+register/register.component.html | |||
@@ -32,7 +32,7 @@ | |||
32 | <button cdkStepperNext [disabled]="!formStepTerms || !formStepTerms.valid">{{ defaultNextStepButtonLabel }}</button> | 32 | <button cdkStepperNext [disabled]="!formStepTerms || !formStepTerms.valid">{{ defaultNextStepButtonLabel }}</button> |
33 | </cdk-step> | 33 | </cdk-step> |
34 | 34 | ||
35 | <cdk-step [stepControl]="formStepUser" i18n-label="Stepper label for the registration page asking user informations" label="User"> | 35 | <cdk-step [stepControl]="formStepUser" i18n-label="Stepper label for the registration page asking user information" label="User"> |
36 | <my-register-step-user (formBuilt)="onUserFormBuilt($event)" [videoUploadDisabled]="videoUploadDisabled"></my-register-step-user> | 36 | <my-register-step-user (formBuilt)="onUserFormBuilt($event)" [videoUploadDisabled]="videoUploadDisabled"></my-register-step-user> |
37 | 37 | ||
38 | <button cdkStepperPrevious>{{ defaultPreviousStepButtonLabel }}</button> | 38 | <button cdkStepperPrevious>{{ defaultPreviousStepButtonLabel }}</button> |
diff --git a/client/src/app/shared/shared-custom-markup/peertube-custom-tags/videos-list-markup.component.ts b/client/src/app/shared/shared-custom-markup/peertube-custom-tags/videos-list-markup.component.ts index 0e4d5fb12..7d3498d4c 100644 --- a/client/src/app/shared/shared-custom-markup/peertube-custom-tags/videos-list-markup.component.ts +++ b/client/src/app/shared/shared-custom-markup/peertube-custom-tags/videos-list-markup.component.ts | |||
@@ -7,7 +7,7 @@ import { MiniatureDisplayOptions } from '../../shared-video-miniature' | |||
7 | import { CustomMarkupComponent } from './shared' | 7 | import { CustomMarkupComponent } from './shared' |
8 | 8 | ||
9 | /* | 9 | /* |
10 | * Markup component list videos depending on criterias | 10 | * Markup component list videos depending on criteria |
11 | */ | 11 | */ |
12 | 12 | ||
13 | @Component({ | 13 | @Component({ |
diff --git a/client/src/app/shared/shared-forms/input-toggle-hidden.component.scss b/client/src/app/shared/shared-forms/input-toggle-hidden.component.scss index ef4236ebc..b5a71eddd 100644 --- a/client/src/app/shared/shared-forms/input-toggle-hidden.component.scss +++ b/client/src/app/shared/shared-forms/input-toggle-hidden.component.scss | |||
@@ -6,7 +6,7 @@ input { | |||
6 | @include padding-left(15px !important); | 6 | @include padding-left(15px !important); |
7 | @include padding-right(15px !important); | 7 | @include padding-right(15px !important); |
8 | 8 | ||
9 | // set again properties of peertube-input-text that are overriden by .input-group | 9 | // set again properties of peertube-input-text that are overridden by .input-group |
10 | font-size: 15px !important; | 10 | font-size: 15px !important; |
11 | } | 11 | } |
12 | 12 | ||
diff --git a/client/src/assets/player/shared/settings/settings-menu-item.ts b/client/src/assets/player/shared/settings/settings-menu-item.ts index 8d1819a2d..07ff0f2a8 100644 --- a/client/src/assets/player/shared/settings/settings-menu-item.ts +++ b/client/src/assets/player/shared/settings/settings-menu-item.ts | |||
@@ -301,7 +301,7 @@ class SettingsMenuItem extends MenuItem { | |||
301 | this.settingsSubMenuValueEl_.innerHTML = html | 301 | this.settingsSubMenuValueEl_.innerHTML = html |
302 | }, 250) | 302 | }, 250) |
303 | } else { | 303 | } else { |
304 | // Loop trough the submenu items to find the selected child | 304 | // Loop through the submenu items to find the selected child |
305 | for (const subMenuItem of this.subMenu.menu.children_) { | 305 | for (const subMenuItem of this.subMenu.menu.children_) { |
306 | if (!(subMenuItem instanceof component)) { | 306 | if (!(subMenuItem instanceof component)) { |
307 | continue | 307 | continue |
diff --git a/client/src/sass/application.scss b/client/src/sass/application.scss index 84b575eb3..99566acb6 100644 --- a/client/src/sass/application.scss +++ b/client/src/sass/application.scss | |||
@@ -342,7 +342,7 @@ table { | |||
342 | --videosHorizontalMarginContent: #{pvar(--horizontalMarginContent)}; | 342 | --videosHorizontalMarginContent: #{pvar(--horizontalMarginContent)}; |
343 | } | 343 | } |
344 | 344 | ||
345 | /* the following applies from 500px to 900px and is partially overriden from 500px to 800px by changes below to $small-view */ | 345 | /* the following applies from 500px to 900px and is partially overridden from 500px to 800px by changes below to $small-view */ |
346 | .main-col, | 346 | .main-col, |
347 | .main-col.expanded { | 347 | .main-col.expanded { |
348 | --horizontalMarginContent: #{math.div($expanded-horizontal-margins, 3)}; | 348 | --horizontalMarginContent: #{math.div($expanded-horizontal-margins, 3)}; |