From 502d4ade1cc2211c2febbc4f29f1628cff18e2e0 Mon Sep 17 00:00:00 2001 From: Michael Han <107991372+shimmyshimmer@users.noreply.github.com> Date: Fri, 12 Jun 2026 20:01:18 -0700 Subject: [PATCH] Tidy update banner and auth button spacing (#6279) * Fix update banner button spacing * Reduce auth submit button horizontal padding * Wrap web update banner actions on narrow widths --------- Co-authored-by: Unsloth --- .../src/components/llama-update-banner.tsx | 8 ++-- .../src/components/web/update-banner.tsx | 39 ++++++++++--------- .../features/auth/components/auth-form.tsx | 2 +- 3 files changed, 26 insertions(+), 23 deletions(-) diff --git a/studio/frontend/src/components/llama-update-banner.tsx b/studio/frontend/src/components/llama-update-banner.tsx index 8f8bc5ca7f..1aa9fc4e60 100644 --- a/studio/frontend/src/components/llama-update-banner.tsx +++ b/studio/frontend/src/components/llama-update-banner.tsx @@ -203,11 +203,11 @@ export function LlamaUpdateBanner({ /> ) : ( -
+
- + {/* wrap + right-align so buttons stack instead of clipping on very narrow banners */} +
+ + +
diff --git a/studio/frontend/src/features/auth/components/auth-form.tsx b/studio/frontend/src/features/auth/components/auth-form.tsx index f32ef6abcf..731993077f 100644 --- a/studio/frontend/src/features/auth/components/auth-form.tsx +++ b/studio/frontend/src/features/auth/components/auth-form.tsx @@ -443,7 +443,7 @@ export function AuthForm({ mode }: AuthFormProps): ReactElement | null {