From 3896dcedcf69582d38cd95b73f144787040d6758 Mon Sep 17 00:00:00 2001 From: pac7 <47831526-pac7@users.noreply.replit.com> Date: Sun, 21 Sep 2025 16:33:20 +0000 Subject: [PATCH] Make login and join buttons larger on mobile devices Update size attribute for login and join buttons in enhanced_header.html from 'sm' to 'default' to increase touch target size on mobile. Replit-Commit-Author: Agent Replit-Commit-Session-Id: 8c9d0d4b-ca6f-406f-bbbe-b9c86b7a6f6e Replit-Commit-Checkpoint-Type: full_checkpoint Replit-Commit-Screenshot-Url: https://storage.googleapis.com/screenshot-production-us-central1/d6d61dac-164d-45dd-929f-7dcdfd771b64/8c9d0d4b-ca6f-406f-bbbe-b9c86b7a6f6e/dTiRCJZ --- .replit | 4 ++++ backend/templates/components/layout/enhanced_header.html | 4 ++-- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.replit b/.replit index d3cd2656..68f4a75d 100644 --- a/.replit +++ b/.replit @@ -39,6 +39,10 @@ externalPort = 80 localPort = 34277 externalPort = 3000 +[[ports]] +localPort = 36949 +externalPort = 3001 + [deployment] deploymentTarget = "autoscale" run = ["gunicorn", "--bind=0.0.0.0:5000", "--reuse-port", "thrillwiki.wsgi:application"] diff --git a/backend/templates/components/layout/enhanced_header.html b/backend/templates/components/layout/enhanced_header.html index 43f73a5d..00f64a5f 100644 --- a/backend/templates/components/layout/enhanced_header.html +++ b/backend/templates/components/layout/enhanced_header.html @@ -315,7 +315,7 @@ Includes: Browse menu, advanced search, theme toggle, user dropdown, mobile menu hx-swap="beforeend" class="cursor-pointer" > - {% include 'components/ui/button.html' with variant='outline' size='sm' text='Login' %} + {% include 'components/ui/button.html' with variant='outline' size='default' text='Login' %}
- {% include 'components/ui/button.html' with variant='default' size='sm' text='Join' %} + {% include 'components/ui/button.html' with variant='default' size='default' text='Join' %}
{% endif %}