diff --git a/app/assets/css/launcher.css b/app/assets/css/launcher.css index 2b30bd3..68855e2 100644 --- a/app/assets/css/launcher.css +++ b/app/assets/css/launcher.css @@ -3347,8 +3347,8 @@ input:checked + .toggleSwitchSlider:before { line-height: 1.5; transition: visibility 0s linear 0.25s, opacity 0.25s ease; bottom: calc(100% + 15px); - left: 50%; - transform: translateX(-50%); + left: 0; + transform: none; box-shadow: 0px 0px 20px rgb(0, 0, 0); cursor: default; white-space: normal; @@ -3357,9 +3357,8 @@ input:checked + .toggleSwitchSlider:before { #portStatusTooltip:after { content: " "; position: absolute; - left: 50%; + left: 24px; top: 100%; - margin-left: -5px; border-width: 5px; border-style: solid; border-color: rgba(0, 0, 0, 0.82) transparent transparent transparent;