Move logo to LHS on mining pool preview

This commit is contained in:
Mononaut 2022-09-29 15:36:38 +00:00
parent 678977a2a0
commit d9c967b529
No known key found for this signature in database
GPG key ID: 61B952CAF4838F94
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;