Add network to preview headers & inc font size

This commit is contained in:
Mononaut
2022-09-09 18:14:16 +00:00
parent 1a8102f91c
commit 4fb77a9a45
10 changed files with 52 additions and 7 deletions

View File

@@ -1,5 +1,7 @@
<div class="box preview-box" *ngIf="tx && !error">
<h2 class="preview-header" i18n="shared.transaction">Transaction</h2>
<app-preview-title>
<span i18n="shared.transaction">Transaction</span>
</app-preview-title>
<div class="row d-flex justify-content-between full-width-row">
<div class="title-wrapper">
<h1 class="title truncated"><span class="first">{{txId.slice(0,-4)}}</span><span class="last-four">{{txId.slice(-4)}}</span></h1>