There was an error while loading. Please reload this page.
1 parent c4ba714 commit 8133352Copy full SHA for 8133352
resources/script.js
@@ -34,6 +34,7 @@ function drawLayout() {
34
}
35
36
function drawHorizontalLayout() {
37
+console.log('Drawing horizontal layout');
38
var phoneFrame = document.getElementById('phone_frame');
39
phoneFrame.style.height = window.innerHeight + 'px';
40
document.getElementById('phone_container').style.left = '0px';
0 commit comments