adjusted result button placement on smaller screens

This commit is contained in:
Jack 2020-12-17 18:36:39 +00:00
parent 76576ff19b
commit 8f6ff0ae79

View file

@ -2977,6 +2977,17 @@ key {
}
}
#result {
.buttons {
grid-template-rows: 1fr 1fr;
#nextTestButton {
grid-column: 1/5;
width: 100%;
text-align: center;
}
}
}
#commandLine,
#commandLineInput {
width: 400px !important;
@ -3035,6 +3046,16 @@ key {
#centerContent {
padding: 1rem;
}
#result {
.buttons {
grid-template-rows: 1fr 1fr 1fr;
#nextTestButton {
grid-column: 1/3;
width: 100%;
text-align: center;
}
}
}
}
.keymap {