mirror of
https://github.com/mempool/mempool.git
synced 2025-02-22 14:22:44 +01:00
Move logo to LHS on mining pool preview
This commit is contained in:
parent
678977a2a0
commit
d9c967b529
2 changed files with 4 additions and 4 deletions
|
@ -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">
|
||||
|
|
|
@ -59,7 +59,7 @@
|
|||
position: relative;
|
||||
width: 62px;
|
||||
height: 62px;
|
||||
margin-left: 1em;
|
||||
margin-right: 1em;
|
||||
|
||||
img {
|
||||
position: absolute;
|
||||
|
|
Loading…
Add table
Reference in a new issue