From ba4d2a60c6599bdc421f167f8184c0f89b07aafb Mon Sep 17 00:00:00 2001 From: mathieu Date: Sat, 16 May 2026 02:30:19 +0200 Subject: [PATCH] style(host-detail): centre host title, move delete button to bottom-right Co-Authored-By: Claude Sonnet 4.6 --- src/client/host_detail.rs | 26 ++++++++++++++------------ style/rust-ipam.css | 25 +++++++++++++++++++++++++ 2 files changed, 39 insertions(+), 12 deletions(-) diff --git a/src/client/host_detail.rs b/src/client/host_detail.rs index f8e1587..a9ee12f 100644 --- a/src/client/host_detail.rs +++ b/src/client/host_detail.rs @@ -168,18 +168,9 @@ pub fn HostDetailPage() -> impl IntoView { view! { // ── Page header ────────────────────────────────── - + // ── Danger zone ────────────────────────────────── +
+ +
+ // ── Delete modal (conditional) ──────────────────── {move || show_delete_modal.get().then(|| view! {