Change download button position so it's not hidden on mobile

This commit is contained in:
nymkappa
2022-05-05 17:48:57 +09:00
parent 7a487046b9
commit c62ed62db6
14 changed files with 22 additions and 22 deletions

View File

@@ -19,7 +19,7 @@
<div class="card-header mb-0 mb-md-4" [style]="widget ? 'display:none' : ''">
<span i18n="mining.hashrate-difficulty">Hashrate & Difficulty</span>
<button class="btn" style="position: absolute; right: 30px" (click)="onSaveChart()">
<button class="btn" style="margin: 0 0 4px 0px" (click)="onSaveChart()">
<fa-icon [icon]="['fas', 'download']" [fixedWidth]="true"></fa-icon>
</button>