Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
nrchtct committed Dec 14, 2023
2 parents 5fc8f50 + f02cd30 commit 282053c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/data.js
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ async function updateView(){
session.height += item.bounding.height + window.innerHeight * 0.2
})
session.margin = sessionIndex == 0 ? 0 : sessions[sessionIndex - 1].margin + sessions[sessionIndex - 1].height
session.paddingStart = window.innerHeight * 3
session.paddingStart = window.innerHeight * 2
session.height += session.paddingStart
if(session.height < window.innerHeight) session.height = window.innerHeight
session.items.map((item,itemIndex) => {
Expand Down

0 comments on commit 282053c

Please sign in to comment.