Browse Source
Merge pull request #872 from suxscribe/feat-update-client-layout
Fix detailed stats 3
pull/876/head
Peter Lewis
1 year ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with
1 additions and
1 deletions
-
src/www/index.html
|
|
@ -192,7 +192,7 @@ |
|
|
|
|
|
|
|
<!-- Info --> |
|
|
|
<div v-if="uiDetailedStats" |
|
|
|
class="flex gap-2 items-center shrink-0 text-gray-400 dark:text-neutral-400 text-xs mt-px -ml-4 xxs:ml-0"> |
|
|
|
class="flex gap-2 items-center shrink-0 text-gray-400 dark:text-neutral-400 text-xs mt-px justify-end"> |
|
|
|
|
|
|
|
<!-- Transfer TX --> |
|
|
|
<div class="min-w-20 md:min-w-24" v-if="client.transferTx"> |
|
|
|