From 5a92cdea355b57443f33eee281238451d83df1cd Mon Sep 17 00:00:00 2001 From: erdgeist Date: Mon, 3 Aug 2026 01:25:56 +0200 Subject: Link each account to its own entries in the log --- public/stylesheets/admin.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'public/stylesheets/admin.css') diff --git a/public/stylesheets/admin.css b/public/stylesheets/admin.css index 97df120a..9d8f4d49 100644 --- a/public/stylesheets/admin.css +++ b/public/stylesheets/admin.css @@ -847,11 +847,12 @@ table.revisions_table tr:hover { .user_table td.user_actions { width: 1px; white-space: nowrap; + padding-right: 0; } .user_table .user_action_grid { display: grid; - grid-template-columns: repeat(2, auto); + grid-template-columns: repeat(3, auto); gap: 0.4rem; justify-content: end; } -- cgit v1.3