From 26d0d80737f12924bde6cbd9352f4c511b1d1883 Mon Sep 17 00:00:00 2001 From: Ginger Date: Fri, 22 May 2026 09:35:10 -0400 Subject: [PATCH] fix: CSS adjustments --- src/web/pages/resources/components.css | 4 ---- .../templates/_components/device_card.html.j2 | 21 +++++++++++-------- .../templates/_components/user_card.html.j2 | 4 ++-- 3 files changed, 14 insertions(+), 15 deletions(-) diff --git a/src/web/pages/resources/components.css b/src/web/pages/resources/components.css index 764a2d060..780213a59 100644 --- a/src/web/pages/resources/components.css +++ b/src/web/pages/resources/components.css @@ -41,10 +41,6 @@ .id { color: var(--secondary); font-weight: normal; - - &::before { - content: "•"; - } } } diff --git a/src/web/pages/templates/_components/device_card.html.j2 b/src/web/pages/templates/_components/device_card.html.j2 index 16ec62027..b8ecfc6b6 100644 --- a/src/web/pages/templates/_components/device_card.html.j2 +++ b/src/web/pages/templates/_components/device_card.html.j2 @@ -10,15 +10,18 @@ {% endif %} {% if style == DeviceCardStyle::Detailed %} -