From 4d476fde5dad519cffcfbcf47224794449d306da Mon Sep 17 00:00:00 2001 From: Jonathan Miller Date: Sun, 12 Jul 2026 16:37:01 -0500 Subject: [PATCH] @ style(runbackup): drop max-width/margin so the card spans full width The backup screen was centred in a 720px column; unset max-width and the auto margins so it fills the available width. Keeps the horizontal padding. Claude-Session: https://claude.ai/code/session_01WbGBN9VyRK61zczYWcCQ2i @ --- source/packages/com_mokosuitebackup/tmpl/runbackup/default.php | 2 -- 1 file changed, 2 deletions(-) diff --git a/source/packages/com_mokosuitebackup/tmpl/runbackup/default.php b/source/packages/com_mokosuitebackup/tmpl/runbackup/default.php index dbe8cfc5..5e148445 100644 --- a/source/packages/com_mokosuitebackup/tmpl/runbackup/default.php +++ b/source/packages/com_mokosuitebackup/tmpl/runbackup/default.php @@ -90,8 +90,6 @@ $config = [ --msb-success: var(--template-success-color, var(--bs-success, #2f7d32)); --msb-danger: var(--template-danger-color, var(--bs-danger, #c52128)); --msb-track: var(--template-bg-light, var(--bs-gray-200, #edf0f5)); - max-width: 720px; - margin: 3rem auto; padding: 0 1rem; } /* overflow:hidden clips the full-bleed bar to the card's rounded corners. */ -- 2.52.0