add improved play button group on list headers

This commit is contained in:
jeffvli
2025-12-13 00:52:23 -08:00
parent eb100351a6
commit ab1176d4f6
6 changed files with 335 additions and 40 deletions
@@ -8,3 +8,9 @@
width: 100%;
height: 100%;
}
.play-button-group-vertical {
flex-direction: column;
width: auto;
height: auto;
}