skill info on hover in effect box

This commit is contained in:
Mashy
2019-10-17 16:25:31 +10:00
parent b0537d758b
commit b896a7ee42
6 changed files with 57 additions and 8 deletions
+12
View File
@@ -204,6 +204,7 @@
.resolving-skill {
grid-area: target;
text-align: center;
align-self: center;
height: auto;
svg {
@@ -213,6 +214,17 @@
}
}
.skill-description {
padding-left: 1em;
padding-right: 1em;
text-align: center;
svg {
display: inline;
height: 1em;
margin-right: 0.1em
}
}
/* some stupid bug in chrome makes it fill the entire screen */
@media screen and (-webkit-min-device-pixel-ratio:0) {
#targeting {