Prevent launcher status label wrapping
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 17:42:14 +09:00
parent 30f8552154
commit 66a9aec7d4

View File

@@ -3265,6 +3265,7 @@ input:checked + .toggleSwitchSlider:before {
letter-spacing: 1.2px;
font-weight: bold;
text-shadow: 0px 0px 0px #bebcbb;
white-space: nowrap;
}
/* Divider used on the bottom of the landing view. */
@@ -3300,7 +3301,10 @@ input:checked + .toggleSwitchSlider:before {
#mojangStatusWrapper {
position: relative;
display: flex;
align-items: center;
cursor: pointer;
white-space: nowrap;
flex-shrink: 0;
}
/* Icon which displays the status of the mojang services. */