mirror of
https://github.com/mempool/mempool.git
synced 2026-08-20 13:28:00 +02:00
commit
ef771beb28
2 changed files with 5 additions and 1 deletions
|
|
@ -1,3 +1,3 @@
|
|||
<span [style]="change >= 0 ? 'color: #42B747' : 'color: #B74242'">
|
||||
{{ change >= 0 ? '+' : '' }}{{ change | amountShortener }}%
|
||||
‎{{ change >= 0 ? '+' : '' }}{{ change | amountShortener }}%
|
||||
</span>
|
||||
|
|
|
|||
|
|
@ -993,6 +993,10 @@ th {
|
|||
margin-right: 10px;
|
||||
}
|
||||
}
|
||||
|
||||
.btn-audit {
|
||||
margin-left: .5em;
|
||||
}
|
||||
}
|
||||
|
||||
.scriptmessage {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue