From f8eb01de9cd04f5033a0be994835fad4a4fa1b18 Mon Sep 17 00:00:00 2001 From: MathMan05 Date: Fri, 15 Aug 2025 17:58:43 -0500 Subject: [PATCH] member list tweaks --- src/webpage/style.css | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/src/webpage/style.css b/src/webpage/style.css index a64a904..e6b36b8 100644 --- a/src/webpage/style.css +++ b/src/webpage/style.css @@ -1341,7 +1341,7 @@ span.instanceStatus { } /* Member Info (DM/Member List) */ .liststyle { - padding: 4px 8px; + padding: 3px 8px; border-radius: 4px; align-items: center; gap: 8px; @@ -2163,6 +2163,9 @@ img.bigembedimg { .memberList { padding-bottom: 16px; color: var(--primary-text-soft); + .flexttb { + padding-left: 4px; + } } .memberList h3 { margin: 0 8px 4px 8px; @@ -2548,6 +2551,7 @@ fieldset input[type="radio"] { cursor: pointer; align-items: center; flex-shrink: 0; + margin-bottom: 10px; } .switchtable:hover { background: var(--primary-hover);