Raise landing bar and update TS module resolution
Some checks failed
Build / release (macos-latest) (push) Has been cancelled
Build / release (ubuntu-latest) (push) Has been cancelled
Build / release (windows-latest) (push) Has been cancelled
Windows Smoke Test / windows-smoke (push) Has been cancelled

This commit is contained in:
2026-05-05 22:23:38 +09:00
parent ed98f8a736
commit ff3422f1ea
2 changed files with 3 additions and 3 deletions

View File

@@ -2492,7 +2492,7 @@ input:checked + .toggleSwitchSlider:before {
display: flex; display: flex;
align-items: flex-end; align-items: flex-end;
justify-content: space-between; 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)); background: linear-gradient(to top, rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0));
} }
#landingContainer > #lower > #left { #landingContainer > #lower > #left {

View File

@@ -1,8 +1,8 @@
{ {
"compilerOptions": { "compilerOptions": {
"target": "ES2022", "target": "ES2022",
"module": "CommonJS", "module": "Node16",
"moduleResolution": "Node", "moduleResolution": "Node16",
"rootDir": "src", "rootDir": "src",
"outDir": "dist", "outDir": "dist",
"strict": false, "strict": false,