Merge pull request #2590 from mononaut/pool-preview-logo

Move logo to LHS on mining pool preview
This commit is contained in:
wiz 2022-09-30 18:49:07 +09:00 committed by GitHub
commit d88e12fc6e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 4 deletions

View File

@ -3,14 +3,14 @@
<span i18n="mining.pools">mining pool</span>
</app-preview-title>
<div class="row d-flex justify-content-between full-width-row">
<div class="title-wrapper">
<h1 class="title">{{ poolStats.pool.name }}</h1>
</div>
<div class="logo-wrapper">
<img width="62" height="62" src="/resources/mining-pools/default.svg">
<img [class.noimg]="!imageLoaded" width="62" height="62" src="{{ poolStats['logo'] }}"
(load)="onImageLoad()" (error)="onImageFail()">
</div>
<div class="title-wrapper">
<h1 class="title">{{ poolStats.pool.name }}</h1>
</div>
</div>
<div class="row full-width-row">
<div class="stats">

View File

@ -59,7 +59,7 @@
position: relative;
width: 62px;
height: 62px;
margin-left: 1em;
margin-right: 1em;
img {
position: absolute;