implement row playback controls for the detail list

This commit is contained in:
jeffvli
2026-05-20 20:40:30 -07:00
parent 3551ee5077
commit 3d0500980a
9 changed files with 200 additions and 18 deletions
@@ -0,0 +1,30 @@
.cell-wrapper {
position: relative;
display: flex;
align-items: center;
justify-content: center;
width: 100%;
height: 100%;
min-height: 100%;
}
.play-target {
position: absolute;
inset: 0;
display: flex;
align-items: center;
justify-content: center;
}
.index-content {
display: flex;
align-items: center;
justify-content: center;
width: 100%;
}
.icon-wrapper {
display: flex;
align-items: center;
justify-content: center;
}