fix skill btn

This commit is contained in:
ntr
2019-06-04 18:08:22 +10:00
parent 2fbdf8d9fe
commit 841aa40cf0
4 changed files with 15 additions and 11 deletions
+6 -6
View File
@@ -10,7 +10,7 @@
"player";
}
.team {
.game .team {
display: grid;
grid-template-columns: repeat(3, 1fr);
@@ -30,7 +30,7 @@
.opponent .combat-text {
left: 40%;
transform: translate(-50%, -50%);
top: 75%;
}
.opponent .game-construct {
@@ -75,10 +75,6 @@
transition-timing-function: ease;
}
.game-construct .name {
white-space: nowrap;
}
#targeting {
grid-area: target;
height: 100%;
@@ -401,6 +397,10 @@
@media (max-height: 800px), (max-width: 1000px) {
.game {
grid-template-rows: 1fr 0.2fr 1.5fr;
}
.game .stats div {
padding: 0;
}
+1 -1
View File
@@ -347,10 +347,10 @@ header {
*/
.team {
display: flex;
display: grid;
grid-gap: 1em;
grid-template-columns: repeat(auto-fill,minmax(200px, 1fr));
max-height: 100%;
}
.menu-construct {
+4
View File
@@ -48,4 +48,8 @@
.login {
width: 100%;
}
.timer-container {
margin: 0.5em 0 0 0;
}
}