You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by db...@apache.org on 2015/07/31 13:49:07 UTC

cordova-plugin-inappbrowser git commit: CB-9378 Fix InAppBrowser not taking whole screen on Windows

Repository: cordova-plugin-inappbrowser
Updated Branches:
  refs/heads/master 5c7a9d95a -> 368cbcbc4


CB-9378 Fix InAppBrowser not taking whole screen on Windows


Project: http://git-wip-us.apache.org/repos/asf/cordova-plugin-inappbrowser/repo
Commit: http://git-wip-us.apache.org/repos/asf/cordova-plugin-inappbrowser/commit/368cbcbc
Tree: http://git-wip-us.apache.org/repos/asf/cordova-plugin-inappbrowser/tree/368cbcbc
Diff: http://git-wip-us.apache.org/repos/asf/cordova-plugin-inappbrowser/diff/368cbcbc

Branch: refs/heads/master
Commit: 368cbcbc416d49eef40f951dc4cf3f968f448fc2
Parents: 5c7a9d9
Author: daserge <da...@yandex.ru>
Authored: Thu Jul 16 21:35:59 2015 +0300
Committer: daserge <da...@yandex.ru>
Committed: Thu Jul 16 21:35:59 2015 +0300

----------------------------------------------------------------------
 www/inappbrowser.css | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-plugin-inappbrowser/blob/368cbcbc/www/inappbrowser.css
----------------------------------------------------------------------
diff --git a/www/inappbrowser.css b/www/inappbrowser.css
index 4dfb503..ef676c4 100644
--- a/www/inappbrowser.css
+++ b/www/inappbrowser.css
@@ -28,8 +28,8 @@
     position: fixed;
     top: 0;
     left: 0;
-    width: calc(100% - 80px);
-    height: calc(100% - 80px);
+    width: 100%;
+    height: 100%;
     z-index: 9999999;
     border: 40px solid #bfbfbf;
     border: 40px solid rgba(0, 0, 0, 0.25);


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@cordova.apache.org
For additional commands, e-mail: commits-help@cordova.apache.org