On version 3.0.0-beta.21.
Currently, in performance view in the song information area, section descriptions are displayed within the div.song-description element. I would like to see section descriptions displayed in their own element so that specific styles can be applied.
Since Abletset allows both the current and upcoming sections to be displayed, I would like the following structure:
div.song-description
div.song-sections
div.current
div.next
The div.song-sections element would be a flex element which would allow the children to be styled horizontally or vertically.
Thank you!