Fix: Removed top border from the footer in now playing page

This commit is contained in:
lscambo13
2025-01-25 17:33:44 +05:30
parent 60ba1ef6b4
commit 9031c0acbb

View File

@@ -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);