Align stats to the right on mobile
This commit is contained in:
parent
c47ade71cc
commit
2c05b7989f
|
@ -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…
Reference in New Issue