Make pin more visible

If its invisible then it will be harder for new players to know its there. Now its less visible when its not selected, a little more visible when the box is selected, and fully visible when your hovering over.
This commit is contained in:
henk717 2021-09-08 15:11:28 +02:00
parent 85a01c2b7d
commit 9ddab39266
1 changed files with 1 additions and 1 deletions

View File

@ -533,7 +533,7 @@ chunk, chunk * {
-webkit-transform: rotate(20deg);
-ms-transform: rotate(20deg);
-o-transform: rotate(20deg);
opacity: 0%;
opacity: 20%;
}
*:hover > .constant-key-icon {