fix skill btn
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
@@ -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 {
|
||||
|
||||
@@ -48,4 +48,8 @@
|
||||
.login {
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.timer-container {
|
||||
margin: 0.5em 0 0 0;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user