Skip to content

Commit 0c8d156

Browse files
authored
1 parent 2a6af86 commit 0c8d156

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

frontend/src/ts/test/test-ui.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -184,8 +184,12 @@ ConfigEvent.subscribe((eventKey, eventValue, nosave) => {
184184
if (eventKey === "tapeMode" && !nosave) {
185185
if (eventValue === "off") {
186186
$("#words").css("margin-left", "unset");
187+
$("#liveStatsMini").css("display", "").css("justify-content", "");
187188
} else {
188189
scrollTape();
190+
$("#liveStatsMini")
191+
.css("display", "flex")
192+
.css("justify-content", "center");
189193
}
190194
}
191195

0 commit comments

Comments
 (0)