We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents ea4e5fa + b9e4c3d commit bf96fc0Copy full SHA for bf96fc0
1 file changed
template/osm-map2.tpl
@@ -475,7 +475,7 @@ function toggle(arrow)
475
476
/* Update jcarousel and all witdh*/
477
if (nb_items>0) {
478
- var nb_items_width = nb_items*45; /* img is 40px + margin 5px */
+ var nb_items_width = nb_items*55; /* img is 40px + margin 5px + ?? 10px */
479
var document_width = $( document ).width();
480
var nav_width = document.getElementById('ribbon-map-nav').offsetWidth;
481
var results_width = document.getElementById('ribbon-map-results').offsetWidth;
0 commit comments