mirror of https://github.com/Chocobozzz/PeerTube
Fix about page layout
parent
471251fa14
commit
fd7ca7a72c
|
@ -7,7 +7,7 @@
|
|||
<button i18n *ngIf="isContactFormEnabled" (click)="openContactModal()" (keydown.enter)="openContactModal()" class="contact-admin">Contact administrator</button>
|
||||
</div>
|
||||
|
||||
<div class="block instance-badges" *ngIf="categories.length !== 0 || languages.length !== 0">
|
||||
<div class="instance-badges" *ngIf="categories.length !== 0 || languages.length !== 0">
|
||||
<span *ngFor="let category of categories" class="badge badge-primary category">{{ category }}</span>
|
||||
|
||||
<span *ngFor="let language of languages" class="badge badge-secondary language">{{ language }}</span>
|
||||
|
|
|
@ -4,7 +4,6 @@
|
|||
.about-instance-title {
|
||||
display: flex;
|
||||
justify-content: space-between;
|
||||
margin-bottom: 20px;
|
||||
|
||||
.title {
|
||||
font-size: 20px;
|
||||
|
@ -21,6 +20,7 @@
|
|||
|
||||
.instance-badges {
|
||||
font-size: 16px;
|
||||
margin-bottom: 20px;
|
||||
|
||||
.badge {
|
||||
font-size: 12px;
|
||||
|
|
Loading…
Reference in New Issue