We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 22f3b00 commit 1dd1a95Copy full SHA for 1dd1a95
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