mirror of
https://github.com/morris/vanilla-todo.git
synced 2025-08-22 13:43:06 +02:00
styling, improve fps
This commit is contained in:
@@ -96,7 +96,7 @@ VT.TodoFrameDays = function (el) {
|
||||
}
|
||||
|
||||
function updateHeight() {
|
||||
var height = 400;
|
||||
var height = 280;
|
||||
var container = el.querySelector('.container');
|
||||
|
||||
for (var i = 0, l = container.children.length; i < l; ++i) {
|
||||
|
Reference in New Issue
Block a user