podcast page will now load from library
This commit is contained in:
parent
4dc4999cca
commit
062cbefb33
2 changed files with 86 additions and 7 deletions
|
@ -2487,6 +2487,31 @@ input[type="range"].web-slider.display--small::-webkit-slider-thumb {
|
|||
}
|
||||
}
|
||||
|
||||
// Podcast Page
|
||||
.content-inner.podcasts-page {
|
||||
display: flex;
|
||||
height: calc(100% - var(--navigationBarHeight));
|
||||
padding: 0px;
|
||||
|
||||
.podcasts-list {
|
||||
height: 100%;
|
||||
width: 400px;
|
||||
background: gray;
|
||||
overflow-y: overlay;
|
||||
}
|
||||
|
||||
.episodes-list {
|
||||
height: 100%;
|
||||
width: 100%;
|
||||
background: black;
|
||||
overflow-y: overlay;
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
/* Album / Playlist Page */
|
||||
.playlist-page {
|
||||
--bgColor: transparent;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue