release(v2.0.4): harden sessions and align Pro paths with USERS_DIR

This commit is contained in:
Ryan
2025-11-26 21:41:59 -05:00
committed by GitHub
parent 6b93d65d6a
commit f967134631
4 changed files with 39 additions and 10 deletions

View File

@@ -524,7 +524,7 @@ function animateCardsOutOfHeaderThen(done) {
if (card.id === 'uploadCard') {
toCy -= 48; // a bit higher
} else if (card.id === 'folderManagementCard') {
toCy += 60; // a bit lower
toCy += 48; // a bit lower
}
}