Enhance Zen welcome styles: improve button scaling, update layout properties, and add background effects

This commit is contained in:
mr. M
2025-02-14 22:19:27 +01:00
parent aec9c9d34b
commit 5884fee7ac
3 changed files with 25 additions and 8 deletions

View File

@@ -51,6 +51,7 @@
init() {
document.getElementById('zen-welcome-pages').style.display = 'flex';
document.getElementById('zen-welcome-start').remove();
window.maximize();
animate('#zen-welcome-pages', { opacity: [0, 1] });
}