From de81b36725245ebce36266c55e68f323f3a63002 Mon Sep 17 00:00:00 2001 From: Lance Chant <13349722+lancechant@users.noreply.github.com> Date: Fri, 13 Feb 2026 16:30:36 +0200 Subject: [PATCH] Revert "fix: text ui scaling" This reverts commit 9c0de94247e17b865d8feb1a579b84655098e328. --- components/Button.tsx | 6 +---- components/JellyfinServerDiscovery.tsx | 2 +- components/PlayButton.tsx | 12 +++------ components/PlayButton.tv.tsx | 7 ++---- components/ThemedText.tsx | 1 - .../apple-tv-carousel/AppleTVCarousel.tsx | 2 -- components/common/Input.tsx | 4 +-- components/common/SectionHeader.tsx | 5 +--- components/common/Text.tsx | 4 +-- components/home/Favorites.tsx | 10 ++------ components/settings/KefinTweaks.tsx | 4 +-- .../video-player/controls/SkipButton.tsx | 4 +-- .../video-player/controls/SliderScrubbter.tsx | 11 ++------ .../controls/TechnicalInfoOverlay.tsx | 25 ++++++------------- 14 files changed, 27 insertions(+), 70 deletions(-) diff --git a/components/Button.tsx b/components/Button.tsx index 75f45017..03df8967 100644 --- a/components/Button.tsx +++ b/components/Button.tsx @@ -144,10 +144,7 @@ export const Button: React.FC> = ({ ${colorClasses} ${className}`} > - + {children} @@ -189,7 +186,6 @@ export const Button: React.FC> = ({ ${iconRight ? "mr-2" : ""} ${iconLeft ? "ml-2" : ""} `} - ellipsizeMode='tail' > {children} diff --git a/components/JellyfinServerDiscovery.tsx b/components/JellyfinServerDiscovery.tsx index 769e5ff1..689b266e 100644 --- a/components/JellyfinServerDiscovery.tsx +++ b/components/JellyfinServerDiscovery.tsx @@ -17,7 +17,7 @@ const JellyfinServerDiscovery: React.FC = ({ onServerSelect }) => { return (