Skip to content

Commit b1fa682

Browse files
committed
fix: mini list stats alignment when tape mode is off
1 parent 6428558 commit b1fa682

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1485,7 +1485,7 @@ function updateLiveStatsMargin(): void {
14851485
if (Config.tapeMode === "off") {
14861486
$("#liveStatsMini").css({
14871487
"justify-content": "start",
1488-
"margin-left": "unset",
1488+
"margin-left": "0.25em",
14891489
});
14901490
} else {
14911491
$("#liveStatsMini").css({

0 commit comments

Comments
 (0)