mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2025-02-05 21:33:40 +08:00
adjusted result button placement on smaller screens
This commit is contained in:
parent
76576ff19b
commit
8f6ff0ae79
1 changed files with 21 additions and 0 deletions
|
@ -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 {
|
||||
|
|
Loading…
Reference in a new issue