Fixes to responsive design.

This commit is contained in:
softsimon
2020-03-10 15:25:49 +07:00
parent 0f41b0d933
commit 3c38aaaf33
4 changed files with 6 additions and 15 deletions

View File

@@ -1,7 +1,7 @@
<footer class="footer">
<div class="container-xl">
<div class="row text-center" *ngIf="memPoolInfo">
<div class="col">
<div class="col d-none d-sm-block">
<span class="txPerSecond">Tx weight per second:</span>
<div class="progress sub-text">
<div class="progress-bar {{ progressClass }}" role="progressbar" [ngStyle]="{'width': progressWidth}">{{ memPoolInfo?.vBytesPerSecond | ceil | number }} vBytes/s</div>