Fix for responsive bug in medium screen size mode.
This commit is contained in:
parent
83d821d80d
commit
621ff8fed5
@ -7,7 +7,7 @@
|
|||||||
<table class="table table-borderless table-striped">
|
<table class="table table-borderless table-striped">
|
||||||
<thead>
|
<thead>
|
||||||
<th style="width: 20%;">Transaction</th>
|
<th style="width: 20%;">Transaction</th>
|
||||||
<th class="d-none d-sm-block" style="width: 20%;">Type</th>
|
<th class="d-none d-md-block" style="width: 20%;">Type</th>
|
||||||
<th style="width: 20%;">Amount</th>
|
<th style="width: 20%;">Amount</th>
|
||||||
<th style="width: 20%;">Confirmed</th>
|
<th style="width: 20%;">Confirmed</th>
|
||||||
<th class="d-none d-md-block" style="width: 20%;">Height</th>
|
<th class="d-none d-md-block" style="width: 20%;">Height</th>
|
||||||
@ -20,7 +20,7 @@
|
|||||||
<span class="d-none d-md-inline"> {{ tx.txTypeDisplayString }}</span>
|
<span class="d-none d-md-inline"> {{ tx.txTypeDisplayString }}</span>
|
||||||
</td>
|
</td>
|
||||||
<td>
|
<td>
|
||||||
<app-bisq-icon class="d-inline d-sm-none mr-1" [txType]="tx.txType"></app-bisq-icon>
|
<app-bisq-icon class="d-inline d-md-none mr-1" [txType]="tx.txType"></app-bisq-icon>
|
||||||
<ng-template [ngIf]="tx.txType === 'PAY_TRADE_FEE'" [ngIfElse]="defaultTxType">
|
<ng-template [ngIf]="tx.txType === 'PAY_TRADE_FEE'" [ngIfElse]="defaultTxType">
|
||||||
{{ tx.burntFee / 100 | number: '1.2-2' }}<span class="d-none d-md-inline"> BSQ</span>
|
{{ tx.burntFee / 100 | number: '1.2-2' }}<span class="d-none d-md-inline"> BSQ</span>
|
||||||
</ng-template>
|
</ng-template>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user