From b6b170b608b94909db798b72d76cc859e16aa57b Mon Sep 17 00:00:00 2001 From: rosslh Date: Mon, 16 Feb 2026 21:51:59 -0800 Subject: [PATCH] fix(branding): preserve sidebar logo aspect ratio, bump to 463.2 Add max-w-none to logo images to prevent Tailwind base styles from constraining the image width within the narrow sidebar flex container. --- config/constants.php | 2 +- resources/views/components/navbar.blade.php | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/config/constants.php b/config/constants.php index bcfdf785e..e26bd1367 100644 --- a/config/constants.php +++ b/config/constants.php @@ -3,7 +3,7 @@ return [ // MapleDeploy branding: registry pointed to Forgejo, auto-update disabled by default 'coolify' => [ - 'version' => '4.0.0-beta.463.1', + 'version' => '4.0.0-beta.463.2', 'helper_version' => '1.0.12', 'realtime_version' => '1.0.10', 'self_hosted' => env('SELF_HOSTED', true), diff --git a/resources/views/components/navbar.blade.php b/resources/views/components/navbar.blade.php index b3af1e91e..96ca939b1 100644 --- a/resources/views/components/navbar.blade.php +++ b/resources/views/components/navbar.blade.php @@ -81,8 +81,8 @@ {{-- MapleDeploy branding --}}
- MapleDeploy - + MapleDeploy + Powered by Coolify