Restyle ln preview titles to match main pages

This commit is contained in:
Mononaut
2022-08-31 22:49:59 +00:00
parent 9047cb5998
commit 3da76892d5
4 changed files with 49 additions and 20 deletions

View File

@@ -1,9 +1,9 @@
<div class="box preview-box" *ngIf="(node$ | async) as node">
<div class="row d-flex justify-content-between full-width-row">
<h1 class="title">
<span i18n="lightning.node">Node</span>:
<a [routerLink]="['/lightning/node' | relativeUrl, node.id]"> {{ node.alias }}</a>
</h1>
<div class="title-container mb-0" *ngIf="!error">
<h5 class="mb-0" style="color: #ffffff66" i18n="lightning.node">Lightning node</h5>
<h1 class="mb-0 text-truncate">{{ node.alias }}</h1>
</div>
<div class="badges mb-2">
<span class="badge rounded-pill badge-success" *ngFor="let socketType of socketTypes">{{ socketType }}</span>
</div>