Prevent launcher status label wrapping
This commit is contained in:
@@ -3265,6 +3265,7 @@ input:checked + .toggleSwitchSlider:before {
|
|||||||
letter-spacing: 1.2px;
|
letter-spacing: 1.2px;
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
text-shadow: 0px 0px 0px #bebcbb;
|
text-shadow: 0px 0px 0px #bebcbb;
|
||||||
|
white-space: nowrap;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Divider used on the bottom of the landing view. */
|
/* Divider used on the bottom of the landing view. */
|
||||||
@@ -3300,7 +3301,10 @@ input:checked + .toggleSwitchSlider:before {
|
|||||||
#mojangStatusWrapper {
|
#mojangStatusWrapper {
|
||||||
position: relative;
|
position: relative;
|
||||||
display: flex;
|
display: flex;
|
||||||
|
align-items: center;
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
|
white-space: nowrap;
|
||||||
|
flex-shrink: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Icon which displays the status of the mojang services. */
|
/* Icon which displays the status of the mojang services. */
|
||||||
|
|||||||
Reference in New Issue
Block a user