more library artists fixes

This commit is contained in:
vapormusic 2022-03-26 23:23:25 +07:00
parent fedd28d8a6
commit d4b12fd595
3 changed files with 21 additions and 8 deletions

View file

@ -281,7 +281,7 @@
// Podcast Page
.content-inner.library-artists-page {
// top: 0;
height: calc(100% - var(--navigationBarHeight));
height: calc(100% - 60px - var(--navigationBarHeight));
padding: 0px;
.inner-container {
display: flex;
@ -331,7 +331,7 @@
}
.episodes-list {
height : 100%;
height: calc(100% + 60px);
width : 100%;
background: rgb(200 200 200 / 6%);
overflow-y: overlay;