remove 'on'/UI changes per feedback

This commit is contained in:
BitcoinMechanic
2024-09-22 14:46:53 -07:00
parent b90cd4c7e3
commit 4220f99477
9 changed files with 25 additions and 34 deletions

View File

@@ -687,7 +687,6 @@
<div class="on-pool-container" *ngIf="pool.minerNames != undefined && pool.minerNames.length > 1 && pool.minerNames[1] != ''; else centralisedPool">
{{ pool.minerNames[1] }}
<div class="on-pool">
<span class="on-pool-text">on</span>
<img class="pool-logo" [src]="'/resources/mining-pools/' + pool.slug + '.svg'" onError="this.src = '/resources/mining-pools/default.svg'" [alt]="'Logo of ' + pool.name + ' mining pool'">
{{ pool.name }}
</div>

View File

@@ -73,12 +73,6 @@
border-radius: .25rem;
}
.on-pool-text {
font-weight: normal;
color: gray;
padding-inline-end: 4px;
}
.pool-logo {
width: 25px;
height: 25px;