From 8a26dd19084e8846a0ca97c328b0a1e7b5cf10a9 Mon Sep 17 00:00:00 2001 From: r Date: Fri, 8 Sep 2023 14:38:51 +0000 Subject: Fix userlist margin --- static/style.css | 3 ++- templates/user.tmpl | 2 -- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/static/style.css b/static/style.css index 19cceab..ef27f1f 100644 --- a/static/style.css +++ b/static/style.css @@ -436,7 +436,8 @@ img.emoji { .user-list-item { overflow: auto; - margin: 0 0 12px 0; + margin: 0 0 4px 0; + padding: 4px; display: flex; align-items: center; } diff --git a/templates/user.tmpl b/templates/user.tmpl index 5ea52d9..3146964 100644 --- a/templates/user.tmpl +++ b/templates/user.tmpl @@ -3,7 +3,6 @@
User
-
{{end}}
-
{{if eq .Type ""}}
Statuses
-- cgit v1.2.3