From 52e260a4d7e3ac93c203bda716c37207d5f6cbbb Mon Sep 17 00:00:00 2001 From: erdgeist Date: Sat, 1 Aug 2026 13:29:09 +0200 Subject: Fix some spacing issues in user table and the wrapper --- public/stylesheets/admin.css | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) (limited to 'public') diff --git a/public/stylesheets/admin.css b/public/stylesheets/admin.css index be8725d3..a54c47a3 100644 --- a/public/stylesheets/admin.css +++ b/public/stylesheets/admin.css @@ -137,6 +137,7 @@ input[type=radio] { #wrapper { margin: 0 5px; + padding-bottom: calc(2rem + env(safe-area-inset-bottom)); } @media(min-width:1016px) { @@ -846,6 +847,33 @@ table.revisions_table tr:hover { color: var(--text-muted); } +.user_table td.user_action { + width: 1px; + white-space: nowrap; + text-align: center; +} + +.user_table td.user_action a { + text-decoration: none; +} + +.user_table td.user_action svg { + width: 1.25rem; + height: 1.25rem; +} + +.user_table td.user_action .field_hint svg { + color: var(--text-muted); + vertical-align: middle; +} + +/* Four groups stacked, and the last one needs clearance from the wrapper. */ +.user_table { + width: 100%; + max-width: 44rem; + margin-bottom: 1.5rem; +} + .role_choice { display: block; margin-bottom: 0.35rem; -- cgit v1.3