From ff3422f1ea85f7764b8f9a3100f951da00e19bdf Mon Sep 17 00:00:00 2001 From: claude-bot Date: Tue, 5 May 2026 22:23:38 +0900 Subject: [PATCH] Raise landing bar and update TS module resolution --- app/assets/css/launcher.css | 2 +- tsconfig.json | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/app/assets/css/launcher.css b/app/assets/css/launcher.css index 7527020..48268e3 100644 --- a/app/assets/css/launcher.css +++ b/app/assets/css/launcher.css @@ -2492,7 +2492,7 @@ input:checked + .toggleSwitchSlider:before { display: flex; align-items: flex-end; justify-content: space-between; - padding: 0 42px 30px; + padding: 0 42px 58px; background: linear-gradient(to top, rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0)); } #landingContainer > #lower > #left { diff --git a/tsconfig.json b/tsconfig.json index 92b485e..cff61c4 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -1,8 +1,8 @@ { "compilerOptions": { "target": "ES2022", - "module": "CommonJS", - "moduleResolution": "Node", + "module": "Node16", + "moduleResolution": "Node16", "rootDir": "src", "outDir": "dist", "strict": false,