From 941871991f94a263e40a19b392b7398c924b41e7 Mon Sep 17 00:00:00 2001 From: Philipp Kunz Date: Mon, 22 Jan 2024 18:39:31 +0100 Subject: [PATCH] fix(core): update --- ts_web/00_commitinfo_data.ts | 2 +- ts_web/elements/dees-simple-appdash.ts | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/ts_web/00_commitinfo_data.ts b/ts_web/00_commitinfo_data.ts index b0d2db3..b280cfa 100644 --- a/ts_web/00_commitinfo_data.ts +++ b/ts_web/00_commitinfo_data.ts @@ -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' } diff --git a/ts_web/elements/dees-simple-appdash.ts b/ts_web/elements/dees-simple-appdash.ts index 3ad47c5..938f3a0 100644 --- a/ts_web/elements/dees-simple-appdash.ts +++ b/ts_web/elements/dees-simple-appdash.ts @@ -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';