Handling long playlist comments (#2973)

Closes #1737

* wrapping playlist comment in a <Collapse> element

* Extract common collapsible logic into a component

---------

Co-authored-by: Deluan <deluan@navidrome.org>
This commit is contained in:
Tim
2024-04-26 02:28:25 +02:00
committed by GitHub
parent cf66594b6d
commit 8f9ed1b994
7 changed files with 77 additions and 61 deletions
+2
View File
@@ -289,6 +289,8 @@ export default {
fontSize: '.875rem',
color: 'rgba(255,255,255, 0.8)',
},
},
NDCollapsibleComment: {
commentBlock: {
fontSize: '.875rem',
color: 'rgba(255,255,255, 0.8)',