mirror of https://github.com/Chocobozzz/PeerTube
Fix download modal select margin
parent
6265cf0625
commit
11d377684e
|
@ -3,7 +3,7 @@
|
|||
<h4 class="modal-title">
|
||||
<ng-container i18n>Download</ng-container>
|
||||
|
||||
<div class="peertube-select-container title-select">
|
||||
<div class="peertube-select-container title-select ms-2">
|
||||
<select id="type" name="type" [(ngModel)]="type" class="form-control">
|
||||
<option value="video-generate" i18n>Video</option>
|
||||
<option value="video-files" i18n>Video files</option>
|
||||
|
|
|
@ -27,7 +27,6 @@
|
|||
|
||||
.peertube-select-container.title-select {
|
||||
display: inline-block;
|
||||
margin-left: 10px;
|
||||
vertical-align: top;
|
||||
|
||||
@include peertube-select-container(auto);
|
||||
|
|
Loading…
Reference in New Issue