mirror of
https://github.com/Chocobozzz/PeerTube.git
synced 2025-10-03 17:59:37 +02:00
Fix live info modal buttons alignment
This commit is contained in:
parent
c661018b38
commit
1fc7e003e5
1 changed files with 6 additions and 8 deletions
|
@ -49,14 +49,12 @@
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="modal-footer">
|
<div class="modal-footer inputs">
|
||||||
<div class="form-group inputs">
|
<input type="button" role="button" i18n-value value="Close" class="peertube-button secondary-button" (click)="dismiss()" />
|
||||||
<input type="button" role="button" i18n-value value="Close" class="peertube-button secondary-button" (click)="dismiss()" />
|
|
||||||
|
|
||||||
<my-edit-button
|
<my-edit-button
|
||||||
i18n-label label="Update live settings"
|
i18n-label label="Update live settings"
|
||||||
[ptRouterLink]="[ '/videos', 'update', video.shortUUID ]" (click)="dismiss()"
|
[ptRouterLink]="[ '/videos', 'update', video.shortUUID ]" (click)="dismiss()"
|
||||||
></my-edit-button>
|
></my-edit-button>
|
||||||
</div>
|
|
||||||
</div>
|
</div>
|
||||||
</ng-template>
|
</ng-template>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue