mirror of
https://github.com/lscambo13/ElegantFin.git
synced 2025-09-18 12:40:16 +00:00
New: Increased the blur size and tweaked the artwork a bit in Now Playing music bar
New: Forced music covers to always be square Fix: Now Playing music page had even side paddings
This commit is contained in:
@@ -1267,7 +1267,7 @@ html,
|
|||||||
|
|
||||||
.appfooter {
|
.appfooter {
|
||||||
background-color: var(--headerColor) !important;
|
background-color: var(--headerColor) !important;
|
||||||
backdrop-filter: var(--blurDefault) !important;
|
backdrop-filter: var(--blurLargest) !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
.lyricPage {
|
.lyricPage {
|
||||||
@@ -2585,10 +2585,6 @@ div[data-role=controlgroup] a.ui-btn-active {
|
|||||||
padding-right: 0 !important;
|
padding-right: 0 !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
.remoteControlContent.paddded-left.padded-right {
|
|
||||||
padding: 0 var(--sidePadding) !important;
|
|
||||||
}
|
|
||||||
|
|
||||||
.paging {
|
.paging {
|
||||||
padding: 0 1em;
|
padding: 0 1em;
|
||||||
}
|
}
|
||||||
@@ -3295,6 +3291,20 @@ ul.MuiList-root.MuiMenu-list.MuiList-dense>div:first-child {
|
|||||||
.nowPlayingPageImage {
|
.nowPlayingPageImage {
|
||||||
box-shadow: var(--shadow);
|
box-shadow: var(--shadow);
|
||||||
border-radius: var(--smallRadius);
|
border-radius: var(--smallRadius);
|
||||||
|
object-fit: cover;
|
||||||
|
aspect-ratio: 1 / 1;
|
||||||
|
}
|
||||||
|
|
||||||
|
.nowPlayingBar .nowPlayingImage {
|
||||||
|
background-size: cover;
|
||||||
|
border-radius: var(--smallerRadius);
|
||||||
|
height: 3.5em;
|
||||||
|
margin: .25em;
|
||||||
|
width: 3.5em;
|
||||||
|
}
|
||||||
|
|
||||||
|
.nowPlayingBarPositionContainer {
|
||||||
|
top: -0.7em;
|
||||||
}
|
}
|
||||||
|
|
||||||
@media (orientation: portrait) and (max-width: 43em) {
|
@media (orientation: portrait) and (max-width: 43em) {
|
||||||
@@ -3557,3 +3567,7 @@ ul.MuiList-root.MuiMenu-list.MuiList-dense>div:first-child {
|
|||||||
overflow: unset;
|
overflow: unset;
|
||||||
margin: .25em .5em;
|
margin: .25em .5em;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.remoteControlContent {
|
||||||
|
padding: 0 var(--sidePadding) !important;
|
||||||
|
}
|
Reference in New Issue
Block a user