Skip to content

Commit

Permalink
fix: CU-3w8ybcw minor voice footer change (#99)
Browse files Browse the repository at this point in the history
  • Loading branch information
ucswift authored Mar 6, 2024
1 parent 0087473 commit 30ea627
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<div class="voice-footer" *ngIf="isVisible;">
<div class="ngx-resgrid-container-fluid ngx-resgrid-justify-content-center" style="height: 50px;">
<div class="ngx-resgrid-row" style="height: 50px;">
<div class="ngx-resgrid-col-sm-2" style="height: 50px; padding: 4px; background: #252b3b;min-width: 175px;">
<div class="ngx-resgrid-col-sm-2" style="height: 50px; padding: 4px; background: #252b3b;min-width: 175px !important;">
<div class="ngx-resgrid-text-sm-left ngx-resgrid-d-block">
<select class="ngx-resgrid-form-control" [(ngModel)]="selectedRoom" (ngModelChange)="onChannelChange($event)">
<option *ngFor="let room of rooms;" [ngValue]="room">{{room.name}}</option>
Expand All @@ -14,7 +14,7 @@
</div>
</div>
</div>
<div class="ngx-resgrid-col-sm-2" style="height: 50px; padding: 4px; background: #252b3b;min-width: 50px;">
<div class="ngx-resgrid-col-sm-2" style="height: 50px; padding: 4px; background: #252b3b;min-width: 55px !important;">
<div class="ngx-resgrid-text-right ngx-resgrid-d-block">
<button type="button" class="ngx-resgrid-btn ngx-resgrid-btn-primary" (click)="toggleTransmitting()" [disabled]="selectedRoom === null || selectedRoom.id === ''">
<svg-icon name="micOn" [stretch]="true" [svgStyle]="{'width.px':20}" *ngIf="isTransmitting"></svg-icon>
Expand Down

0 comments on commit 30ea627

Please sign in to comment.