mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2025-09-07 15:15:49 +08:00
fix: mini list stats alignment when tape mode is off
This commit is contained in:
parent
6428558fcd
commit
b1fa682f32
1 changed files with 1 additions and 1 deletions
|
@ -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({
|
||||
|
|
Loading…
Add table
Reference in a new issue