Fix port status tooltip alignment
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user