summaryrefslogtreecommitdiff
path: root/public/stylesheets
diff options
context:
space:
mode:
authorerdgeist <erdgeist@erdgeist.org>2026-08-03 01:25:56 +0200
committererdgeist <erdgeist@erdgeist.org>2026-08-03 01:25:56 +0200
commit5a92cdea355b57443f33eee281238451d83df1cd (patch)
tree167d06787365df26a2d7a006a34a358e559b327a /public/stylesheets
parent751261c2ffdc90e93869192555ae0d5e4070ff79 (diff)
Link each account to its own entries in the log
Diffstat (limited to 'public/stylesheets')
-rw-r--r--public/stylesheets/admin.css3
1 files changed, 2 insertions, 1 deletions
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 {
847.user_table td.user_actions { 847.user_table td.user_actions {
848 width: 1px; 848 width: 1px;
849 white-space: nowrap; 849 white-space: nowrap;
850 padding-right: 0;
850} 851}
851 852
852.user_table .user_action_grid { 853.user_table .user_action_grid {
853 display: grid; 854 display: grid;
854 grid-template-columns: repeat(2, auto); 855 grid-template-columns: repeat(3, auto);
855 gap: 0.4rem; 856 gap: 0.4rem;
856 justify-content: end; 857 justify-content: end;
857} 858}