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;