Prevent launcher status label wrapping
This commit is contained in:
@@ -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. */
|
||||
|
||||
Reference in New Issue
Block a user