diff --git a/components/header.js b/components/header.js
index ba50d3c5..2faa79dd 100644
--- a/components/header.js
+++ b/components/header.js
@@ -136,7 +136,7 @@ function StackerCorner ({ dropNavKey }) {
-
+
diff --git a/components/hidden-wallet-summary.js b/components/hidden-wallet-summary.js
index 019af550..1cb98552 100644
--- a/components/hidden-wallet-summary.js
+++ b/components/hidden-wallet-summary.js
@@ -16,9 +16,9 @@ export default function HiddenWalletSummary ({ abbreviate, fixedWidth }) {
return (
setHover(true)} onPointerLeave={() => setHover(false)}
+ className='d-inline-block text-monospace' align='right' onPointerEnter={() => setHover(true)} onPointerLeave={() => setHover(false)}
>
- {hover ? (abbreviate ? abbrNum(me.sats) : numWithUnits(me.sats, { abbreviate: false })) : '*****'}
+ {hover ? (abbreviate ? abbrNum(me.sats) : numWithUnits(me.sats, { abbreviate: false })) : '******'}
)
}
diff --git a/styles/globals.scss b/styles/globals.scss
index e8ce3d7c..624d2901 100644
--- a/styles/globals.scss
+++ b/styles/globals.scss
@@ -150,6 +150,10 @@ $btn-close-bg: none;
}
}
+.text-monospace {
+ font-family: monospace;
+}
+
#nprogress .bar {
background: var(--bs-primary) !important;
height: 2px !important;