mirror of
https://github.com/advplyr/audiobookshelf-app.git
synced 2026-08-26 21:34:05 +02:00
Update:Increase height of minimized audio player to accomadate iOS safe area #531
This commit is contained in:
+3
-3
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user