Add fight options

This commit is contained in:
2022-03-10 23:48:49 +01:00
parent f2d793c622
commit f3e7a9b249
4 changed files with 10 additions and 9 deletions

View File

@ -1455,19 +1455,20 @@ display: inline-flex;
/* Tooltip text */
.tooltip .tooltiptext {
text-align: center;
text-align: center;
/* Position the tooltip text */
top: 20px;
position: absolute;
z-index: 1;
/* Fade in tooltip */
visibility: hidden;
opacity: 0;
transition: opacity 0.3s;
}
.tooltip .left-competence {
transform: translate(-100%, 0%);
}
.tooltip .ttt-fatigue{
width: 360px;