diff --git a/app/page.tsx b/app/page.tsx index 96ca9bc..dca5107 100644 --- a/app/page.tsx +++ b/app/page.tsx @@ -960,9 +960,9 @@ function SettingsTab({ city, onCityChange, onLogout, theme, onThemeChange }: { c // ————— Tab animation variants ————— const tabVariants = { - enter: { opacity: 0, y: 12 }, - center: { opacity: 1, y: 0 }, - exit: { opacity: 0, y: -8 }, + enter: { opacity: 0 }, + center: { opacity: 1 }, + exit: { opacity: 0 }, } // ————— Main ————— @@ -1125,15 +1125,15 @@ function HomePageInner() {
- + {tab === 'home' && ( - + )} {tab === 'devices' && ( - +
{devicesInRoom.length === 0 ? ( @@ -1153,19 +1153,19 @@ function HomePageInner() { )} {tab === 'calendar' && ( - + )} {tab === 'notes' && ( - + )} {tab === 'settings' && ( - + )}