Browse Source

+ min-height

pull/10/head
RubaXa 11 years ago
parent
commit
6d4784e35c
  1. 5
      index.html

5
index.html

@ -118,7 +118,8 @@
margin-top: 10px; margin-top: 10px;
} }
.tile__list:last-child { .tile__list:last-child {
margin-right: 0;; margin-right: 0;
min-height: 80px;
} }
.tile__list img { .tile__list img {
@ -402,7 +403,7 @@ sort.destroy();
el.style['-webkit-transform'] = 'translate('+dx+'px,'+dy+'px)'; el.style['-webkit-transform'] = 'translate('+dx+'px,'+dy+'px)';
}); });
} }
requestAnimationFrame(_loop); requestAnimationFrame(_loop);
})(); })();
})(); })();

Loading…
Cancel
Save