diff --git a/src/style.css b/src/style.css index 66e0c94..219449c 100644 --- a/src/style.css +++ b/src/style.css @@ -3226,12 +3226,13 @@ body.menu-open { .card-reader-status { position: relative; display: grid; - gap: 0.35rem; + gap: 0.45rem; + min-height: 7.25rem; overflow: hidden; border: 1px solid rgba(255, 255, 255, 0.12); border-radius: 8px; background: rgba(255, 255, 255, 0.045); - padding: 1.1rem 1.1rem 1.1rem 3rem; + padding: 1.15rem 1.15rem 1.15rem 3.1rem; } .card-reader-status::before { @@ -3256,7 +3257,7 @@ body.menu-open { .card-reader-live-dot { position: absolute; left: 1.15rem; - top: 1.35rem; + top: 1.45rem; width: 0.72rem; height: 0.72rem; border-radius: 999px; @@ -3274,9 +3275,11 @@ body.menu-open { } .card-reader-status strong { + display: block; font-size: 1.35rem; font-weight: 950; letter-spacing: 0; + line-height: 1.08; } .card-reader-status p { @@ -3284,6 +3287,7 @@ body.menu-open { color: rgba(255, 255, 255, 0.58); font-size: 0.86rem; font-weight: 700; + line-height: 1.35; } .card-reader-grid {