diff --git a/mailer.py b/mailer.py
index 6584646..11bb28a 100644
--- a/mailer.py
+++ b/mailer.py
@@ -514,7 +514,7 @@ def _render_html(data: dict, base_url: str) -> str:
ub_rows = "".join(
f'
'
f'| {ub["user"]} | '
- f'{ub["ld_count"]} | '
+ f'{ub["ld_count"]} | '
f'{ub["boards"]} | '
f'{ub["racks"]} | '
f'{ub["pods"]} | '
diff --git a/static/style.css b/static/style.css
index 3aa1179..a3fab8f 100644
--- a/static/style.css
+++ b/static/style.css
@@ -827,17 +827,6 @@ body {
font-weight: 600;
color: var(--accent);
}
-.user-count-badge {
- display: inline-block;
- min-width: 28px;
- padding: 2px 8px;
- background: rgba(88,166,255,0.15);
- color: var(--accent);
- border-radius: 10px;
- font-size: 13px;
- font-weight: 700;
- text-align: center;
-}
.boards-cell {
max-width: 0;
overflow: hidden;
diff --git a/templates/users.html b/templates/users.html
index 7093ee2..4e95e11 100644
--- a/templates/users.html
+++ b/templates/users.html
@@ -25,7 +25,7 @@
{% for item in pagination['items'] %}
| {{ item.user }} |
- {{ item.ld_count }} |
+ {{ item.ld_count }} |
{{ item.boards }} |
{{ item.racks }} |
{{ item.pods }} |