We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 28f3a93 + 1dd1a95 commit b7ebeecCopy full SHA for b7ebeec
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