Commit 60d831c1 by Иван Кубота

test shrink

parent 2b93f563
......@@ -34,7 +34,9 @@ const Account = D.declare('view.page.Account', () => {
_(cards
.getArray()
.filter(card=>card.seen === false)
.sort((a,b)=>a.id-b.id), w+(w<1024?0:320+30*2+30*2)
.sort((a,b)=>a.id-b.id)
.slice(0,3),
w+(w<1024?0:320+30*2+30*2)
)
})}
/>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment