Merge branch 'develop' of ssh://git.mnml.gg:40022/~/mnml into develop

This commit is contained in:
ntr
2019-10-18 15:43:19 +11:00
12 changed files with 188 additions and 22 deletions
+16
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 {
@@ -396,6 +408,10 @@
.skills button {
font-size: 50%;
}
.skill-description {
font-size: 65%;
}
}
.player {