From 8c21054d3311a56ccfd41350351020cd38e7e4b7 Mon Sep 17 00:00:00 2001 From: Lance Chant <13349722+lancechant@users.noreply.github.com> Date: Mon, 26 Jan 2026 09:34:08 +0200 Subject: [PATCH] fix scaling Attempt 2 at trying to make a uniform scale across apple and android tv Signed-off-by: Lance Chant <13349722+lancechant@users.noreply.github.com> --- components/Button.tsx | 4 +- components/login/TVLogin.tsx | 14 ++--- components/login/TVPreviousServersList.tsx | 63 +++++++++++----------- components/login/TVServerCard.tsx | 25 ++++----- 4 files changed, 55 insertions(+), 51 deletions(-) diff --git a/components/Button.tsx b/components/Button.tsx index 05ae5c5a..fd41fe6d 100644 --- a/components/Button.tsx +++ b/components/Button.tsx @@ -144,11 +144,11 @@ export const Button: React.FC> = ({ className={`rounded-2xl items-center justify-center ${colorClasses} ${className}`} - style={{ paddingVertical: size(20) }} + style={{ paddingVertical: size(50) }} > {children} diff --git a/components/login/TVLogin.tsx b/components/login/TVLogin.tsx index 1d8aab0d..bdd5d511 100644 --- a/components/login/TVLogin.tsx +++ b/components/login/TVLogin.tsx @@ -601,10 +601,10 @@ export const TVLogin: React.FC = () => { }} > {/* Logo */} - + @@ -623,7 +623,7 @@ export const TVLogin: React.FC = () => { { {/* Server URL Input - extra padding for focus scale */} { {/* Connect Button */} - +