Implements HP loss HUD button
All checks were successful
Release Creation / build (release) Successful in 41s

This commit is contained in:
2025-04-27 22:32:32 +02:00
parent 157163672c
commit 71d3f777bf
26 changed files with 118 additions and 71 deletions

View File

@ -2075,11 +2075,19 @@ i.lethalfantasy {
left: 75px;
display: none;
top: 50%;
transform: translate(-200%, -50%);
width: 48px;
text-align: start;
overflow-y: auto;
}
#token-hud .hp-loss-wrap-col1 {
transform: translate(-200%, -50%);
}
#token-hud .hp-loss-wrap-col2 {
transform: translate(-300%, -50%);
}
#token-hud .hp-loss-wrap-col3 {
transform: translate(-400%, -50%);
}
#token-hud .hp-loss-hud-active {
display: block;
}