mirror of
https://github.com/seigler/bl3skills.com
synced 2025-07-27 09:46:10 +00:00
feat: move action skill description to below icon
This commit is contained in:
parent
1ef72f2caa
commit
d40e66bd64
1 changed files with 5 additions and 0 deletions
|
@ -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%;
|
||||||
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue