We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 64dd71b commit be16c99Copy full SHA for be16c99
index.html
@@ -72,7 +72,7 @@
72
var posts = document.getElementById('recent-posts');
73
var child_nodes = posts.childNodes, k, node, h,
74
col_width, col0_y, col1_y, col1_x,
75
- origin = {x:0, y:0}, node_count = 0, is_col0, row0_max_y;
+ origin = {x:0, y:0}, node_count = 0, is_col0, row0_max_y - 0;
76
77
posts.style.position = (window.__post_grid_width <= 680) ? null : 'relative';
78
0 commit comments