mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2025-03-05 03:05:03 +08:00
revert: accidental test width change
This commit is contained in:
parent
779d34c7ea
commit
6d774ec767
1 changed files with 1 additions and 1 deletions
|
@ -1530,7 +1530,7 @@ ConfigEvent.subscribe((key, value) => {
|
|||
}
|
||||
if (key === "tapeMode") {
|
||||
if (value === "off") {
|
||||
$("#typingTest").css("max-width", "100%");
|
||||
$("#typingTest").css("max-width", "70ch");
|
||||
} else {
|
||||
$("#typingTest").css("max-width", "100%");
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue