From 432656702032c49e80f34434f30e97e1c8259b45 Mon Sep 17 00:00:00 2001 From: diogo464 Date: Thu, 14 Aug 2025 17:13:17 +0100 Subject: feat: make auth buttons full-width on mobile MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - History, Login, and Logout buttons now take full width on mobile screens - Maintain auto width on desktop screens (sm breakpoint and up) - Improve mobile touch targets and visual consistency - Stack buttons vertically on mobile for better accessibility 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude --- frontend/components/auth/AuthButtons.tsx | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/frontend/components/auth/AuthButtons.tsx b/frontend/components/auth/AuthButtons.tsx index eea9f91..ed30766 100644 --- a/frontend/components/auth/AuthButtons.tsx +++ b/frontend/components/auth/AuthButtons.tsx @@ -11,15 +11,15 @@ export async function AuthButtons() { return (
{user.email} -
- - -
- @@ -33,13 +33,13 @@ export async function AuthButtons() { return (
- - -