Merge pull request #2590 from mononaut/pool-preview-logo
Move logo to LHS on mining pool preview
This commit is contained in:
commit
d88e12fc6e
@ -3,14 +3,14 @@
|
|||||||
<span i18n="mining.pools">mining pool</span>
|
<span i18n="mining.pools">mining pool</span>
|
||||||
</app-preview-title>
|
</app-preview-title>
|
||||||
<div class="row d-flex justify-content-between full-width-row">
|
<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">
|
<div class="logo-wrapper">
|
||||||
<img width="62" height="62" src="/resources/mining-pools/default.svg">
|
<img width="62" height="62" src="/resources/mining-pools/default.svg">
|
||||||
<img [class.noimg]="!imageLoaded" width="62" height="62" src="{{ poolStats['logo'] }}"
|
<img [class.noimg]="!imageLoaded" width="62" height="62" src="{{ poolStats['logo'] }}"
|
||||||
(load)="onImageLoad()" (error)="onImageFail()">
|
(load)="onImageLoad()" (error)="onImageFail()">
|
||||||
</div>
|
</div>
|
||||||
|
<div class="title-wrapper">
|
||||||
|
<h1 class="title">{{ poolStats.pool.name }}</h1>
|
||||||
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div class="row full-width-row">
|
<div class="row full-width-row">
|
||||||
<div class="stats">
|
<div class="stats">
|
||||||
|
@ -59,7 +59,7 @@
|
|||||||
position: relative;
|
position: relative;
|
||||||
width: 62px;
|
width: 62px;
|
||||||
height: 62px;
|
height: 62px;
|
||||||
margin-left: 1em;
|
margin-right: 1em;
|
||||||
|
|
||||||
img {
|
img {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user