account box
This commit is contained in:
@@ -14,28 +14,30 @@ aside {
|
||||
|
||||
padding-left: 1em;
|
||||
|
||||
.instance-ctrl, .game-ctrl {
|
||||
.controls {
|
||||
grid-area: controls;
|
||||
display: grid;
|
||||
|
||||
grid-template-areas:
|
||||
"top"
|
||||
"p0"
|
||||
"p1"
|
||||
"bottom";
|
||||
|
||||
grid-template-rows: min-content 3fr 3fr 1fr;
|
||||
}
|
||||
.flex {
|
||||
display: flex;
|
||||
flex-flow: column;;
|
||||
}
|
||||
|
||||
.controls {
|
||||
grid-area: controls;
|
||||
display: grid;
|
||||
grid-auto-rows: 1fr;
|
||||
grid-template-rows: min-content 3fr 3fr 1fr;
|
||||
grid-gap: 0.5em 0;
|
||||
}
|
||||
|
||||
&.play-ctrl {
|
||||
.controls {
|
||||
grid-template-rows: 4fr 4fr 1fr;
|
||||
}
|
||||
}
|
||||
// &.play-ctrl {
|
||||
// .controls {
|
||||
// grid-template-rows: 4fr 4fr 1fr;
|
||||
// }
|
||||
// }
|
||||
|
||||
text-align: center;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user