From 0ed38ee09852941eb7dd65fa68aafa85002d31e3 Mon Sep 17 00:00:00 2001 From: Gavin McDonald Date: Wed, 2 Jul 2025 15:48:19 -0400 Subject: [PATCH] more Settings layout tweaks --- components/Settings.tsx | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/components/Settings.tsx b/components/Settings.tsx index 965a3a4..2cb699b 100644 --- a/components/Settings.tsx +++ b/components/Settings.tsx @@ -132,16 +132,15 @@ export default function Settings() { flex flex-col items-center justify-evenly bg-slate-800 text-yellow-400 rounded-lg border border-yellow-400 - py-3 px-4 + h-full py-3 px-4 transition-all duration-250 - h-full - ${open ? `opacity-100 w-[350px] ${isDM ? 'max-h-[400px]' : 'max-h-[175px]'}` : 'opacity-0 w-0 max-h-0'} + ${open ? `opacity-100 ${isDM ? 'w-[350px] max-h-[375px]' : 'w-[300px] max-h-[150px]'}` : 'opacity-0 w-0 max-h-0'} `} > - +