revert: accidental test width change

This commit is contained in:
Miodec 2024-04-26 18:25:28 +02:00
parent 779d34c7ea
commit 6d774ec767

View file

@ -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%");
}