Fix download modal select margin

pull/6610/head
Chocobozzz 2024-09-16 15:27:43 +02:00
parent 6265cf0625
commit 11d377684e
No known key found for this signature in database
GPG Key ID: 583A612D890159BE
2 changed files with 1 additions and 2 deletions

View File

@ -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>

View File

@ -27,7 +27,6 @@
.peertube-select-container.title-select {
display: inline-block;
margin-left: 10px;
vertical-align: top;
@include peertube-select-container(auto);