Skip to content

Commit

Permalink
add spacer to 'solve' black-canvas problem
Browse files Browse the repository at this point in the history
  • Loading branch information
prevostc committed Mar 7, 2015
1 parent 9ebba5b commit 3ee5c1f
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions www/css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -31,4 +31,8 @@
}
.ion-checkmark.favorite-button, .ion-checkmark.favorite-button:focus, .ion-checkmark.favorite-button:hover {
color: rgb(43, 174, 55);
}

.home.spacer{
height: 1000px;
}
3 changes: 1 addition & 2 deletions www/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,7 @@
<head>
<meta charset="utf-8">
<meta name="viewport" content="initial-scale=1, maximum-scale=1, user-scalable=no, width=device-width">
<title></title>

<title>Settlers: Easy Map</title>
<link href="dist/vendor.css" rel="stylesheet">
<link href="dist/project.css" rel="stylesheet">

Expand Down
1 change: 1 addition & 0 deletions www/templates/tab-map.html
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ <h2>Welcome to <strong>Settlers: Easy Map</strong></h2>
</p>
</div>
</div>
<div class="spacer home" ng-if="!mapData.map"></div>
<div class="canvas-container">
<map map-data="mapData" generate-thumbnail="true"></map>
</div>
Expand Down

0 comments on commit 3ee5c1f

Please sign in to comment.