(trunk) #1856 on the iPhone, when the web interface is in portrait mode and run full screen, display the footer bar in the correct place

This commit is contained in:
Mitchell Livingston 2009-02-22 20:07:56 +00:00
parent 52777f376f
commit 05119cf2a5
1 changed files with 5 additions and 0 deletions

View File

@ -69,6 +69,11 @@ $(document).ready( function() {
// different padding.
$('div.dialog_container div.dialog_window a').css('padding', '2px 10px 3px');
}
if (iPhone)
if(window.navigator.standalone)
// Fix min height for iPhone when run in full screen mode from home screen
// so the footer appears in the right place
$('body div#torrent_container').css('min-height', '338px');
});
/*