Skip to content

Commit 6005448

Browse files
fixes rossengeorgiev#3, updated README
1 parent a6b1cee commit 6005448

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ A tracker web-app specifically crafted for use on mobile devices.
44
Also, works great on desktops, laptops or netbooks. It is build upon
55
[spacenear.us/tracker](http://spacenear.us/tracker) and habitat.
66

7-
[Demo here](http://rossengeorgiev.github.com/habitat-mobile-tracker/)
7+
[Live version](http://habhub.org/mt/)
88

99
## Design
1010

js/app.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,9 @@ function checkSize() {
3333
} else { // portrait mode
3434
if(h < 420) h = 420;
3535
$('body').height(h);
36-
$('#main,#map').height(h-hh-5-180);
36+
$('#map').height(h-hh-5-180);
3737
$('#map').width(w);
38+
$('#main').height(180); // 180px is just enough to hold one expanded vehicle
3839
}
3940

4041
if(map) map.checkResize();

js/mobile.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)