feat: move action skill description to below icon

This commit is contained in:
Joshua Seigler 2020-04-03 14:53:21 -04:00
parent 1ef72f2caa
commit d40e66bd64

View file

@ -170,3 +170,8 @@
width: 20rem; width: 20rem;
transform: translateX(calc((1 - var(--treeindex)) * 40%)); transform: translateX(calc((1 - var(--treeindex)) * 40%));
} }
.actionSkill:hover .description {
bottom: auto;
top: 100%;
}