Update:Increase height of minimized audio player to accomadate iOS safe area #531

This commit is contained in:
advplyr 2023-01-31 15:30:13 -06:00
parent ebd65b4fa7
commit 62a5a2d069
4 changed files with 10 additions and 12 deletions

View file

@ -916,7 +916,7 @@ export default {
}
.playerContainer {
height: 100px;
height: 120px;
}
.fullscreen .playerContainer {
height: 200px;
@ -931,14 +931,14 @@ export default {
#playerTrack {
transition: all 0.15s cubic-bezier(0.39, 0.575, 0.565, 1);
transition-property: margin;
bottom: 20px;
bottom: 35px;
}
.fullscreen #playerTrack {
bottom: unset;
}
.cover-wrapper {
bottom: 48px;
bottom: 68px;
left: 12px;
height: var(--cover-image-height-collapsed);
width: var(--cover-image-width-collapsed);
@ -959,7 +959,7 @@ export default {
transform-origin: left bottom;
width: 40%;
bottom: 56px;
bottom: 76px;
left: var(--title-author-left-offset-collapsed);
text-align: left;
}
@ -998,7 +998,7 @@ export default {
width: 140px;
padding-left: 12px;
padding-right: 12px;
bottom: 50px;
bottom: 70px;
}
#playerControls .jump-icon {
transition: all 0.15s cubic-bezier(0.39, 0.575, 0.565, 1);
@ -1016,7 +1016,6 @@ export default {
min-width: 40px;
min-height: 40px;
margin: 0px 14px;
/* padding: 8px; */
}
#playerControls .play-btn .material-icons {
transition: all 0.15s cubic-bezier(0.39, 0.575, 0.565, 1);
@ -1046,7 +1045,6 @@ export default {
font-size: 2rem;
}
.fullscreen #playerControls .play-btn {
/* padding: 16px; */
height: 65px;
width: 65px;
min-width: 65px;