Implements HP loss HUD button
All checks were successful
Release Creation / build (release) Successful in 41s
All checks were successful
Release Creation / build (release) Successful in 41s
This commit is contained in:
@ -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;
|
||||
}
|
||||
|
Reference in New Issue
Block a user