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
+3 -3
View File
@@ -20,9 +20,9 @@ body {
}
#content.playerOpen {
height: calc(100% - 164px);
min-height: calc(100% - 164px);
max-height: calc(100% - 164px);
height: calc(100% - 184px);
min-height: calc(100% - 184px);
max-height: calc(100% - 184px);
}
#bookshelf {