Browse Source

Align stats to the right on mobile

pull/872/head
Sergei Birukov 1 year ago
parent
commit
2c05b7989f
  1. 2
      src/www/index.html

2
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">

Loading…
Cancel
Save