Swap status rows

This commit is contained in:
Mononaut 2021-08-08 16:41:47 +01:00
parent 639942a7b7
commit 8f0ce41922
2 changed files with 6 additions and 6 deletions

View File

@ -1,6 +1,6 @@
{
"name": "bitfeed-client",
"version": "1.9.0",
"version": "1.9.1",
"scripts": {
"build": "rollup -c",
"dev": "rollup -c -w",

View File

@ -401,6 +401,11 @@
<div class="top-bar">
<div class="status">
<div class="row">
{#if $settings.showFX && fxLabel }
<span class="fx-ticker {fxColor}">{ fxLabel }</span>
{/if}
</div>
<div class="row">
{#if $settings.showNetworkStatus }
<div class="status-light {connectionColor}" title={connectionTitle}></div>
@ -409,11 +414,6 @@
<span class="stat-counter {frameRateColor}">{ frameRateLabel }</span>
{/if}
</div>
<div class="row">
{#if $settings.showFX && fxLabel }
<span class="fx-ticker {fxColor}">{ fxLabel }</span>
{/if}
</div>
</div>
{#if $settings.showDonation }
<DonationBar />