Leo Bernard
complete
This is available since AbleSet 2.2.0.
R
Ryan Williams
In this same vein, I’d like to see those markers more discrete, they take up a fair bit of real estate, but I do like seeing the cue personally.
Leo Bernard
Ryan Williams: If you like, you can achieve this using the new custom styles feature. Add the following code to the styles.css file:
.line .section {
/* change this to adjust the size of section headers */
--size: 5;
--line-height: calc(var(--ui-size) * var(--size) * 2);
--font-size: calc(var(--ui-size) * var(--size) * var(--font-adjust));
}
Then adjust the number after size to change the size of section headers.
Leo Bernard
under review