Skip to content

Commit

Permalink
fix: mini list stats alignment when tape mode is off
Browse files Browse the repository at this point in the history
  • Loading branch information
Miodec committed Jan 6, 2025
1 parent 6428558 commit b1fa682
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/ts/test/test-ui.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1485,7 +1485,7 @@ function updateLiveStatsMargin(): void {
if (Config.tapeMode === "off") {
$("#liveStatsMini").css({
"justify-content": "start",
"margin-left": "unset",
"margin-left": "0.25em",
});
} else {
$("#liveStatsMini").css({
Expand Down

0 comments on commit b1fa682

Please sign in to comment.