From d3e1068e1f2ee430ef22cc6a84c22ea4e7e0115a Mon Sep 17 00:00:00 2001 From: Shawn Date: Mon, 25 May 2026 23:17:07 -0400 Subject: [PATCH] =?UTF-8?q?Fix=20bottom=20tab=20text=20clipping=20?= =?UTF-8?q?=E2=80=94=20increase=20horizontal=20padding=202px=E2=86=926px?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- static/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/index.html b/static/index.html index cc35b03..cd43326 100644 --- a/static/index.html +++ b/static/index.html @@ -201,7 +201,7 @@ } .tab-btn { flex: 1; display: flex; flex-direction: column; align-items: center; justify-content: center; - gap: 2px; padding: 8px 2px 6px; border: none; background: transparent; + gap: 2px; padding: 8px 6px 6px; border: none; background: transparent; color: var(--text2); font-size: 10px; font-weight: 600; cursor: pointer; transition: color 0.15s; -webkit-tap-highlight-color: transparent; min-width: 0;