From 278819cad2d2199029cc11124c95b0155f83f821 Mon Sep 17 00:00:00 2001 From: erdgeist Date: Fri, 7 Aug 2026 20:22:37 +0200 Subject: Show a pending address in the cockpit, the diff and the publish confirm --- public/stylesheets/admin.css | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) (limited to 'public') diff --git a/public/stylesheets/admin.css b/public/stylesheets/admin.css index 889a5729..9d287dc7 100644 --- a/public/stylesheets/admin.css +++ b/public/stylesheets/admin.css @@ -1424,6 +1424,20 @@ form.button_to button[type="submit"] { } } +.pending_address { + display: flex; + align-items: center; + gap: 0.4rem; + margin: 0 0 0.75rem; + font-weight: bold; +} + +.pending_address svg { + width: 1.25rem; + height: 1.25rem; + flex-shrink: 0; +} + /* Layout only -- the at-rest visibility (wavy underline) for these links comes from the scoped rule in Base elements above. */ .add_events, @@ -2348,6 +2362,10 @@ input#menu_item_title { overflow-y: auto; } +.restore_picker .search_results:empty { + display: none; +} + /* ============================================================ User section ============================================================ */ -- cgit v1.3