Then in [qb]\qb-target\html\css\style.css Replace: #target-eye {
position: absolute;
top: 50%;
left: 50%;
transform: translateY(-50%) translateX(-50%);
font-size: 3vh;
text-shadow: 0.2vh 0.2vh 0.2vh #000000;
}
#target-label-wrapper {
position: absolute;
display: flex;
align-content: center;
justify-content: center;
flex-direction: row;
left: 51.5%;
width: fit-content;
height: 100%;
top: 49.25%;
}
#target-label {
list-style: none;
font-size: 1.3vh;
font-weight: bold;
font-family: sans-serif;
color: white;
user-select: none;
white-space: nowrap;
text-shadow: 0.2vh 0.2vh 0.2vh #000000;
}
With:
#target-eye {
position: absolute;
top: 50%;
left: 50%;
transform: translateY(-50%) translateX(-50%);
width: 2.5vw;
height: 2.5vh;
text-shadow: 0.2vh 0.2vh 0.2vh #000000;
}
#target-label-wrapper {
position: absolute;
display: flex;
align-content: center;
justify-content: center;
flex-direction: row;
left: 87vh;
width: fit-content;
height: 100%;
top: 52%;
}
#target-label {
list-style: none;
font-size: 1.7vh;
font-weight: bold;
font-family: Arial, Helvetica, sans-serif;
font-style: normal;
font-variant: small-caps;
line-height: 0;
letter-spacing: 0.1px;
color: white;
user-select: none;
white-space: nowrap;
text-shadow: 0.1vh 0.1vh 0.1vh #000000;
}