diff --git a/app/assets/css/launcher.css b/app/assets/css/launcher.css index a88bb56..59ef8db 100644 --- a/app/assets/css/launcher.css +++ b/app/assets/css/launcher.css @@ -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. */