diff options
author | Chocobozzz <me@florianbigard.com> | 2021-01-20 10:45:48 +0100 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2021-01-20 10:45:48 +0100 |
commit | fd7ca7a72c2a89978fd548025b7980815babf3be (patch) | |
tree | c33a6e70a00c1d56481c92e73d9c29bc0a7b535a /client/src/app/+about | |
parent | 471251fa14a4878e9e9858a3595ad5c7c93fa38c (diff) | |
download | PeerTube-fd7ca7a72c2a89978fd548025b7980815babf3be.tar.gz PeerTube-fd7ca7a72c2a89978fd548025b7980815babf3be.tar.zst PeerTube-fd7ca7a72c2a89978fd548025b7980815babf3be.zip |
Fix about page layout
Diffstat (limited to 'client/src/app/+about')
-rw-r--r-- | client/src/app/+about/about-instance/about-instance.component.html | 2 | ||||
-rw-r--r-- | client/src/app/+about/about-instance/about-instance.component.scss | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/client/src/app/+about/about-instance/about-instance.component.html b/client/src/app/+about/about-instance/about-instance.component.html index 40602311c..d8794d602 100644 --- a/client/src/app/+about/about-instance/about-instance.component.html +++ b/client/src/app/+about/about-instance/about-instance.component.html | |||
@@ -7,7 +7,7 @@ | |||
7 | <button i18n *ngIf="isContactFormEnabled" (click)="openContactModal()" (keydown.enter)="openContactModal()" class="contact-admin">Contact administrator</button> | 7 | <button i18n *ngIf="isContactFormEnabled" (click)="openContactModal()" (keydown.enter)="openContactModal()" class="contact-admin">Contact administrator</button> |
8 | </div> | 8 | </div> |
9 | 9 | ||
10 | <div class="block instance-badges" *ngIf="categories.length !== 0 || languages.length !== 0"> | 10 | <div class="instance-badges" *ngIf="categories.length !== 0 || languages.length !== 0"> |
11 | <span *ngFor="let category of categories" class="badge badge-primary category">{{ category }}</span> | 11 | <span *ngFor="let category of categories" class="badge badge-primary category">{{ category }}</span> |
12 | 12 | ||
13 | <span *ngFor="let language of languages" class="badge badge-secondary language">{{ language }}</span> | 13 | <span *ngFor="let language of languages" class="badge badge-secondary language">{{ language }}</span> |
diff --git a/client/src/app/+about/about-instance/about-instance.component.scss b/client/src/app/+about/about-instance/about-instance.component.scss index 1a6fad13a..7158a3a79 100644 --- a/client/src/app/+about/about-instance/about-instance.component.scss +++ b/client/src/app/+about/about-instance/about-instance.component.scss | |||
@@ -4,7 +4,6 @@ | |||
4 | .about-instance-title { | 4 | .about-instance-title { |
5 | display: flex; | 5 | display: flex; |
6 | justify-content: space-between; | 6 | justify-content: space-between; |
7 | margin-bottom: 20px; | ||
8 | 7 | ||
9 | .title { | 8 | .title { |
10 | font-size: 20px; | 9 | font-size: 20px; |
@@ -21,6 +20,7 @@ | |||
21 | 20 | ||
22 | .instance-badges { | 21 | .instance-badges { |
23 | font-size: 16px; | 22 | font-size: 16px; |
23 | margin-bottom: 20px; | ||
24 | 24 | ||
25 | .badge { | 25 | .badge { |
26 | font-size: 12px; | 26 | font-size: 12px; |