Fix: Removed top border from the footer in now playing page
This commit is contained in:
parent
60ba1ef6b4
commit
9031c0acbb
1 changed files with 6 additions and 0 deletions
|
|
@ -2061,6 +2061,12 @@ ul.MuiList-root.MuiMenu-list.MuiList-dense>div:first-child {
|
|||
z-index: 1;
|
||||
}
|
||||
|
||||
.layout-mobile .playlistSectionButton.playlistSectionButtonTransparent {
|
||||
background: transparent;
|
||||
border-top: var(--defaultBorder);
|
||||
border-color: transparent;
|
||||
}
|
||||
|
||||
@media (orientation: portrait) and (max-width: 43em) {
|
||||
.nowPlayingInfoContainer {
|
||||
height: calc(95% - 4.2em);
|
||||
|
|
|
|||
Loading…
Reference in a new issue