mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2025-10-27 17:27:32 +08:00
fix(tape mode): words sometimes not appearing on the right side
This commit is contained in:
parent
d1c4ce8cd9
commit
10d491c2c1
1 changed files with 1 additions and 1 deletions
|
|
@ -497,7 +497,7 @@ function updateWordsHeight(force = false): void {
|
|||
.css("overflow", "hidden");
|
||||
|
||||
if (Config.tapeMode !== "off") {
|
||||
$("#words").width("110vw");
|
||||
$("#words").width("200vw");
|
||||
scrollTape();
|
||||
} else {
|
||||
$("#words").css({ marginLeft: "unset", width: "unset" });
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue