mirror of
https://github.com/tapframe/NuvioStreaming.git
synced 2026-08-09 16:38:10 +00:00
feat: support scrolling for episode list
This commit is contained in:
parent
70f36665ef
commit
3a4bf91000
1 changed files with 13 additions and 0 deletions
|
|
@ -1481,11 +1481,24 @@
|
|||
display: flex;
|
||||
flex-direction: column;
|
||||
gap: 10px;
|
||||
flex: 1 1 auto;
|
||||
overflow: auto;
|
||||
padding: 4px 20px 20px;
|
||||
min-height: 0;
|
||||
}
|
||||
|
||||
#episodeListView,
|
||||
#episodeStreamsView {
|
||||
min-height: 0;
|
||||
flex: 1 1 auto;
|
||||
flex-direction: column;
|
||||
}
|
||||
|
||||
#episodeListView:not([hidden]),
|
||||
#episodeStreamsView:not([hidden]) {
|
||||
display: flex;
|
||||
}
|
||||
|
||||
.track-list.virtualized {
|
||||
display: block;
|
||||
gap: 0;
|
||||
|
|
|
|||
Loading…
Reference in a new issue