mirror of
https://github.com/Chocobozzz/PeerTube.git
synced 2025-10-03 09:49:20 +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,8 +49,7 @@
|
|||
</div>
|
||||
</div>
|
||||
|
||||
<div class="modal-footer">
|
||||
<div class="form-group inputs">
|
||||
<div class="modal-footer inputs">
|
||||
<input type="button" role="button" i18n-value value="Close" class="peertube-button secondary-button" (click)="dismiss()" />
|
||||
|
||||
<my-edit-button
|
||||
|
@ -58,5 +57,4 @@
|
|||
[ptRouterLink]="[ '/videos', 'update', video.shortUUID ]" (click)="dismiss()"
|
||||
></my-edit-button>
|
||||
</div>
|
||||
</div>
|
||||
</ng-template>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue