feature: improved audio player UX

This commit is contained in:
Andy Burke 2025-08-21 21:30:53 -07:00
parent ef98fc754d
commit 0ed013c968
6 changed files with 620 additions and 4 deletions

View file

@ -274,11 +274,13 @@
}
#talk .embed-container.short {
height: 0;
min-height: 40px;
height: 120px;
overflow: hidden;
overflow-y: auto;
padding-bottom: 7.5%;
}
#talk .embed-container.tidal {
border-radius: 12px;
}
#talk .embed-container.vertical {