fix stuff that got broken

This commit is contained in:
ntr 2019-11-05 11:30:45 +11:00
parent a13f67a573
commit e8226ce1ee
2 changed files with 18 additions and 0 deletions

View File

@ -342,3 +342,11 @@
.animating .skills { .animating .skills {
opacity: 0; opacity: 0;
} }
.skill-animation {
opacity: 0;
stroke-width: 5px;
overflow: hidden;
max-height: 100%;
max-width: 100%;
}

View File

@ -7,6 +7,16 @@
font-size: 8pt; font-size: 8pt;
padding: 0.25em; padding: 0.25em;
.menu {
.logo {
display: none;
}
.team {
height: 20em;
}
}
.game { .game {
.team, #targeting, .resolving-skill { .team, #targeting, .resolving-skill {