Raise landing bottom content position
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:25:45 +09:00
parent ff3422f1ea
commit b5c0125bb7

View File

@@ -2500,6 +2500,8 @@ input:checked + .toggleSwitchSlider:before {
transition: top 2s ease; transition: top 2s ease;
top: 0px; top: 0px;
height: 100%; height: 100%;
padding-bottom: 34px;
box-sizing: border-box;
flex: 1 1 0; flex: 1 1 0;
display: flex; display: flex;
align-items: flex-end; align-items: flex-end;
@@ -2518,6 +2520,8 @@ input:checked + .toggleSwitchSlider:before {
transition: top 2s ease; transition: top 2s ease;
top: 0px; top: 0px;
height: 100%; height: 100%;
padding-bottom: 34px;
box-sizing: border-box;
flex: 0 0 auto; flex: 0 0 auto;
display: flex; display: flex;
align-items: flex-end; align-items: flex-end;
@@ -2536,6 +2540,8 @@ input:checked + .toggleSwitchSlider:before {
transition: top 2s ease; transition: top 2s ease;
top: 0px; top: 0px;
height: 100%; height: 100%;
padding-bottom: 34px;
box-sizing: border-box;
flex: 1 1 0; flex: 1 1 0;
display: flex; display: flex;
align-items: flex-end; align-items: flex-end;