mirror of
https://github.com/Retropex/bitfeed.git
synced 2025-05-13 03:30:47 +02:00
Swap status rows
This commit is contained in:
parent
639942a7b7
commit
8f0ce41922
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "bitfeed-client",
|
||||
"version": "1.9.0",
|
||||
"version": "1.9.1",
|
||||
"scripts": {
|
||||
"build": "rollup -c",
|
||||
"dev": "rollup -c -w",
|
||||
|
@ -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 />
|
||||
|
Loading…
Reference in New Issue
Block a user