fix(core): update

This commit is contained in:
Philipp Kunz 2024-01-22 18:39:31 +01:00
parent 497c38f426
commit 941871991f
2 changed files with 3 additions and 1 deletions

View File

@ -3,6 +3,6 @@
*/
export const commitinfo = {
name: '@design.estate/dees-catalog',
version: '1.0.268',
version: '1.0.269',
description: 'website for lossless.com'
}

View File

@ -145,6 +145,8 @@ export class DeesSimpleAppDash extends DeesElement {
terminal.style.position = 'absolute';
terminal.style.top = '0px';
terminal.style.left = '0px';
terminal.style.right = '0px';
terminal.style.bottom = '0px';
terminal.style.opacity = '0';
terminal.style.transform = 'translateY(20px)';
terminal.style.transition = 'all 0.2s';