Make the slippy map on the user page deper so that the whole of the
pan/zoom bar is visible. Closes #705.
This commit is contained in:
parent
e13337354d
commit
dffc16e9cc
1 changed files with 1 additions and 1 deletions
|
@ -55,7 +55,7 @@
|
|||
There are no users who admit to mapping nearby yet.
|
||||
<% else %>
|
||||
|
||||
<div id="map" style="border: 1px solid black; position: relative; width : 90%; height : 300px;"></div>
|
||||
<div id="map" style="border: 1px solid black; position: relative; width : 90%; height : 400px;"></div>
|
||||
<%= render :partial => 'friend_map' %>
|
||||
<table id="nearbyusers">
|
||||
<% @this_user.nearby.each do |nearby| %>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue