fix(tape mode): words sometimes not appearing on the right side

This commit is contained in:
Miodec 2024-05-15 15:00:16 +02:00
parent d1c4ce8cd9
commit 10d491c2c1

View file

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