From fc9e4158608219e83dbfbf104ebe75028ab35333 Mon Sep 17 00:00:00 2001 From: Patrick Balsiger Date: Sat, 30 Aug 2025 21:34:09 +0200 Subject: [PATCH] fix: font and size of stuff in member card header --- public/styles.css | 25 ++++++++++++------------- 1 file changed, 12 insertions(+), 13 deletions(-) diff --git a/public/styles.css b/public/styles.css index 1e3bad5..c16d546 100644 --- a/public/styles.css +++ b/public/styles.css @@ -253,17 +253,17 @@ p { gap: 0.35rem; } - .label-chip { - display: inline-flex; - align-items: center; - font-size: 0.75rem; - padding: 0.3rem 0.7rem; - border-radius: 9999px; - background: rgba(30, 58, 138, 0.35); - border: 1px solid rgba(59, 130, 246, 0.4); - color: #dbeafe; - white-space: nowrap; - } +.label-chip { + display: inline-flex; + align-items: center; + font-size: 0.8rem; + padding: 0.3rem 0.7rem; + border-radius: 9999px; + background: rgba(30, 58, 138, 0.35); + border: 1px solid rgba(59, 130, 246, 0.4); + color: #dbeafe; + white-space: nowrap; +} .member-card::before { content: ''; @@ -2720,7 +2720,6 @@ p { .member-overlay-header .member-info .member-ip { font-size: 1rem; color: rgba(255, 255, 255, 0.8); - margin-bottom: 4px; } .member-overlay-header .member-info .member-latency { @@ -2745,7 +2744,7 @@ p { color: #dbeafe; padding: 0.25rem 0.6rem; border-radius: 9999px; - font-size: 0.75rem; + font-size: 0.8rem; border: 1px solid rgba(59, 130, 246, 0.4); font-family: inherit; white-space: nowrap;