From b5c0125bb7b3956d773774ded56687dc8fb4de51 Mon Sep 17 00:00:00 2001 From: claude-bot Date: Tue, 5 May 2026 22:25:45 +0900 Subject: [PATCH] Raise landing bottom content position --- app/assets/css/launcher.css | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/app/assets/css/launcher.css b/app/assets/css/launcher.css index 48268e3..2b30bd3 100644 --- a/app/assets/css/launcher.css +++ b/app/assets/css/launcher.css @@ -2500,6 +2500,8 @@ input:checked + .toggleSwitchSlider:before { transition: top 2s ease; top: 0px; height: 100%; + padding-bottom: 34px; + box-sizing: border-box; flex: 1 1 0; display: flex; align-items: flex-end; @@ -2518,6 +2520,8 @@ input:checked + .toggleSwitchSlider:before { transition: top 2s ease; top: 0px; height: 100%; + padding-bottom: 34px; + box-sizing: border-box; flex: 0 0 auto; display: flex; align-items: flex-end; @@ -2536,6 +2540,8 @@ input:checked + .toggleSwitchSlider:before { transition: top 2s ease; top: 0px; height: 100%; + padding-bottom: 34px; + box-sizing: border-box; flex: 1 1 0; display: flex; align-items: flex-end;