Prioritize round-number ticks, add calibration tip list with i18n

Tick labels: round-number ticks (300, 900, etc.) now take priority over
edge boundary labels (288, 933). When they overlap, the boundary label
is suppressed but its tick line is preserved.

Calibration tips: convert single paragraph to bulleted list with
individual i18n keys, add tip about toggling edge inputs.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-02-09 03:25:34 +03:00
parent cf019318a6
commit fa322ee0ce
5 changed files with 84 additions and 22 deletions

View File

@@ -629,6 +629,15 @@ section {
text-decoration: underline;
}
ul.section-tip {
list-style: disc;
padding-left: 28px;
}
ul.section-tip li {
margin: 2px 0;
}
.form-group {
margin-bottom: 15px;
}