mirror of
https://github.com/lscambo13/ElegantFin.git
synced 2025-09-18 12:40:16 +00:00
Fix: Removed top border from the footer in now playing page
This commit is contained in:
@@ -2061,6 +2061,12 @@ ul.MuiList-root.MuiMenu-list.MuiList-dense>div:first-child {
|
|||||||
z-index: 1;
|
z-index: 1;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.layout-mobile .playlistSectionButton.playlistSectionButtonTransparent {
|
||||||
|
background: transparent;
|
||||||
|
border-top: var(--defaultBorder);
|
||||||
|
border-color: transparent;
|
||||||
|
}
|
||||||
|
|
||||||
@media (orientation: portrait) and (max-width: 43em) {
|
@media (orientation: portrait) and (max-width: 43em) {
|
||||||
.nowPlayingInfoContainer {
|
.nowPlayingInfoContainer {
|
||||||
height: calc(95% - 4.2em);
|
height: calc(95% - 4.2em);
|
||||||
|
Reference in New Issue
Block a user