fix various rtl issues

This commit is contained in:
TechMiX
2021-09-15 10:56:30 +02:00
parent 47ae306a75
commit 014d6dee66
14 changed files with 58 additions and 27 deletions

View File

@@ -12,7 +12,7 @@
<tbody *ngIf="(trades$ | async) as trades; else loadingTmpl">
<tr *ngFor="let trade of trades;">
<td>
{{ trade.trade_date | date:'yyyy-MM-dd HH:mm' }}
&lrm;{{ trade.trade_date | date:'yyyy-MM-dd HH:mm' }}
</td>
<td *ngIf="view === 'all'">
<ng-container *ngIf="(trade._market || market).rtype === 'fiat'; else priceCrypto"><span class="green-color">{{ trade.price | currency: (trade._market || market).rsymbol }}</span></ng-container>