mirror of
https://github.com/BetterSEQTA/BetterSEQTA-Plus.git
synced 2026-06-05 19:24:39 +00:00
assessmentsAverage: Minor WEIGHT label styling fixes
This commit is contained in:
@@ -114,16 +114,13 @@ function createWeightLabel(
|
|||||||
: "N/A";
|
: "N/A";
|
||||||
}
|
}
|
||||||
|
|
||||||
// Stack weight under Max/native stats — absolute right:0 overlapped the max column (#414).
|
|
||||||
statsContainer.style.display = "flex";
|
statsContainer.style.display = "flex";
|
||||||
statsContainer.style.flexDirection = "column";
|
statsContainer.style.alignItems = "center";
|
||||||
statsContainer.style.alignItems = "flex-end";
|
statsContainer.style.justifyContent = "space-between";
|
||||||
statsContainer.style.gap = "2px";
|
statsContainer.style.width = "100%";
|
||||||
statsContainer.style.justifyContent = "center";
|
|
||||||
|
|
||||||
weightLabel.style.position = "relative";
|
weightLabel.style.flex = "none";
|
||||||
weightLabel.style.inset = "unset";
|
weightLabel.style.width = "fit-content";
|
||||||
weightLabel.style.transform = "none";
|
|
||||||
|
|
||||||
statsContainer.appendChild(weightLabel);
|
statsContainer.appendChild(weightLabel);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user