Adjust launcher default size and scale
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 16:34:36 +09:00
parent aceec8ba5c
commit 30f8552154
4 changed files with 16 additions and 16 deletions

View File

@@ -2465,7 +2465,7 @@ input:checked + .toggleSwitchSlider:before {
position: relative;
transition: top 2s ease;
top: 0px;
height: 77%;
height: 82%;
display: flex;
}
#landingContainer > #upper > #left {
@@ -2488,7 +2488,7 @@ input:checked + .toggleSwitchSlider:before {
/* Lower content container. */
#landingContainer > #lower {
height: 23%;
height: 18%;
display: flex;
background: linear-gradient(to top, rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0));
}
@@ -2503,7 +2503,7 @@ input:checked + .toggleSwitchSlider:before {
}
#landingContainer > #lower > #left #content {
position: relative;
top: 25px;
top: 12px;
display: inline-flex;
line-height: 28px;
left: 50px;
@@ -2521,7 +2521,7 @@ input:checked + .toggleSwitchSlider:before {
position: relative;
z-index: 500;
transition: top 2s ease;
top: 10px;
top: 5px;
}
#landingContainer > #lower > #right {
position: relative;
@@ -3474,7 +3474,7 @@ input:checked + .toggleSwitchSlider:before {
/* Main launch content container. */
#landingContainer > #lower > #right #launch_content {
position: relative;
top: 25px;
top: 12px;
display: inline-flex;
}
@@ -3509,7 +3509,7 @@ input:checked + .toggleSwitchSlider:before {
/* Launch details main container, hidden until launch processing begins. */
#launch_details {
position: relative;
top: 25px;
top: 12px;
display: none;
}