mirror of https://github.com/Chocobozzz/PeerTube
fix reactive file upload button
parent
1fe1e14cb3
commit
6c808af9a2
|
@ -70,6 +70,7 @@
|
||||||
<label i18n>Channel</label>
|
<label i18n>Channel</label>
|
||||||
<div class="peertube-select-container">
|
<div class="peertube-select-container">
|
||||||
<select formControlName="videoChannelId" class="form-control">
|
<select formControlName="videoChannelId" class="form-control">
|
||||||
|
<option i18n value="undefined" disabled>Channel to bind the playlist to</option>
|
||||||
<option></option>
|
<option></option>
|
||||||
<option *ngFor="let channel of userVideoChannels" [value]="channel.id">{{ channel.label }}</option>
|
<option *ngFor="let channel of userVideoChannels" [value]="channel.id">{{ channel.label }}</option>
|
||||||
</select>
|
</select>
|
||||||
|
|
|
@ -42,5 +42,6 @@ $width-size: 190px;
|
||||||
|
|
||||||
.button-file {
|
.button-file {
|
||||||
@include peertube-button-file(max-content);
|
@include peertube-button-file(max-content);
|
||||||
|
@include orange-button;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -17,6 +17,7 @@
|
||||||
.actor-img-edit-button {
|
.actor-img-edit-button {
|
||||||
@include peertube-button-file(21px);
|
@include peertube-button-file(21px);
|
||||||
@include button-with-icon(19px);
|
@include button-with-icon(19px);
|
||||||
|
@include orange-button;
|
||||||
|
|
||||||
margin-top: 10px;
|
margin-top: 10px;
|
||||||
margin-bottom: 5px;
|
margin-bottom: 5px;
|
||||||
|
|
|
@ -3,4 +3,6 @@
|
||||||
<my-small-loader [loading]="loading"></my-small-loader>
|
<my-small-loader [loading]="loading"></my-small-loader>
|
||||||
|
|
||||||
<span class="button-label">{{ label }}</span>
|
<span class="button-label">{{ label }}</span>
|
||||||
|
|
||||||
|
<ng-content></ng-content>
|
||||||
</span>
|
</span>
|
||||||
|
|
|
@ -258,7 +258,6 @@
|
||||||
min-height: 30px;
|
min-height: 30px;
|
||||||
|
|
||||||
@include peertube-button;
|
@include peertube-button;
|
||||||
@include orange-button;
|
|
||||||
|
|
||||||
input[type=file] {
|
input[type=file] {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
|
|
Loading…
Reference in New Issue