From 57791ad8a250d6e728a2cd3720d92885fcee48b7 Mon Sep 17 00:00:00 2001 From: shuki Date: Wed, 4 Mar 2026 05:00:07 +0200 Subject: [PATCH] Fix join button group alignment in WHM pages WHM CSS causes the active/checked button in DaisyUI join groups to shift down. Added inline display:inline-flex;align-items:stretch to all join containers in remotes.cgi and restore.cgi. Co-Authored-By: Claude Opus 4.6 --- whm/gniza-whm/remotes.cgi | 4 ++-- whm/gniza-whm/restore.cgi | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/whm/gniza-whm/remotes.cgi b/whm/gniza-whm/remotes.cgi index c083a79..13a4cf9 100644 --- a/whm/gniza-whm/remotes.cgi +++ b/whm/gniza-whm/remotes.cgi @@ -525,7 +525,7 @@ sub render_remote_form { print qq{
\n}; print qq{ \n}; - print qq{
\n}; + print qq{
\n}; print qq{ \n}; print qq{ \n}; print qq{ \n}; @@ -560,7 +560,7 @@ sub render_remote_form { # Auth method toggle print qq{
\n}; print qq{ \n}; - print qq{
\n}; + print qq{
\n}; print qq{ \n}; print qq{ \n}; print qq{
\n}; diff --git a/whm/gniza-whm/restore.cgi b/whm/gniza-whm/restore.cgi index ad32ca6..43d8f3b 100644 --- a/whm/gniza-whm/restore.cgi +++ b/whm/gniza-whm/restore.cgi @@ -241,7 +241,7 @@ sub handle_step2 { # Restore mode toggle: Full Account vs Selective print qq{
\n}; print qq{ \n}; - print qq{
\n}; + print qq{
\n}; print qq{ \n}; print qq{ \n}; print qq{
\n};