diff --git a/resources/css/app.css b/resources/css/app.css index a5dbfe6..3286558 100644 --- a/resources/css/app.css +++ b/resources/css/app.css @@ -136,12 +136,18 @@ html.qr-mobile-page body { } .mobile-stats-card { - width: calc(66.666667% - 0.5rem); + width: max-content; + min-width: 9rem; + max-width: none; + box-sizing: border-box; } @media (min-width: 640px) { .mobile-stats-card { - width: auto; + width: max-content; + min-width: 9rem; + max-width: none; + flex: 1 1 auto; } } diff --git a/resources/views/qr-codes/index.blade.php b/resources/views/qr-codes/index.blade.php index 34feb37..d849faf 100644 --- a/resources/views/qr-codes/index.blade.php +++ b/resources/views/qr-codes/index.blade.php @@ -38,16 +38,16 @@ -
-
+
+

GHS {{ number_format($wallet->spendableBalance(), 2) }}

Account balance

-
+

{{ $qrCodes->count() }}

Events

-
+

{{ number_format($totalRegistrations) }}

Registrations

diff --git a/resources/views/transfer/files/index.blade.php b/resources/views/transfer/files/index.blade.php index 3eae132..fc2ebaf 100644 --- a/resources/views/transfer/files/index.blade.php +++ b/resources/views/transfer/files/index.blade.php @@ -101,16 +101,16 @@
-
-
+
+

GHS {{ number_format($balanceMinor / 100, 2) }}

Account balance

-
+

{{ $fmtBytes($storageBytes) }}

Storage used

-
+

{{ number_format($fileCount) }}

Files

diff --git a/resources/views/transfer/transfers/index.blade.php b/resources/views/transfer/transfers/index.blade.php index a90e11a..0879e66 100644 --- a/resources/views/transfer/transfers/index.blade.php +++ b/resources/views/transfer/transfers/index.blade.php @@ -19,16 +19,16 @@
-
-
+
+

GHS {{ number_format($balanceMinor / 100, 2) }}

Account balance

-
+

{{ number_format($transferCount) }}

Transfers

-
+

{{ number_format($activeCount) }}

Active