more library artists fixes
This commit is contained in:
parent
fedd28d8a6
commit
d4b12fd595
3 changed files with 21 additions and 8 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue