From 1cea8cace07b0798a27a65064f5c28af10e03aad Mon Sep 17 00:00:00 2001 From: Claude Agent Date: Thu, 19 Mar 2026 23:27:56 +0000 Subject: [PATCH] =?UTF-8?q?style(design):=20FINDING-001=20=E2=80=94=20incr?= =?UTF-8?q?ease=20pagination=20button=20size=20to=2044px=20touch=20target?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- api/app/static/css/style.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/api/app/static/css/style.css b/api/app/static/css/style.css index 55cd285..e324a3d 100644 --- a/api/app/static/css/style.css +++ b/api/app/static/css/style.css @@ -212,10 +212,10 @@ body { display: inline-flex; align-items: center; justify-content: center; - min-width: 2rem; - height: 2rem; + min-width: 2.75rem; + height: 2.75rem; padding: 0 0.5rem; - font-size: 0.8125rem; + font-size: 0.875rem; border: 1px solid #d1d5db; border-radius: 0.375rem; background: #fff;