fix(core): update
This commit is contained in:
parent
497c38f426
commit
941871991f
@ -3,6 +3,6 @@
|
|||||||
*/
|
*/
|
||||||
export const commitinfo = {
|
export const commitinfo = {
|
||||||
name: '@design.estate/dees-catalog',
|
name: '@design.estate/dees-catalog',
|
||||||
version: '1.0.268',
|
version: '1.0.269',
|
||||||
description: 'website for lossless.com'
|
description: 'website for lossless.com'
|
||||||
}
|
}
|
||||||
|
@ -145,6 +145,8 @@ export class DeesSimpleAppDash extends DeesElement {
|
|||||||
terminal.style.position = 'absolute';
|
terminal.style.position = 'absolute';
|
||||||
terminal.style.top = '0px';
|
terminal.style.top = '0px';
|
||||||
terminal.style.left = '0px';
|
terminal.style.left = '0px';
|
||||||
|
terminal.style.right = '0px';
|
||||||
|
terminal.style.bottom = '0px';
|
||||||
terminal.style.opacity = '0';
|
terminal.style.opacity = '0';
|
||||||
terminal.style.transform = 'translateY(20px)';
|
terminal.style.transform = 'translateY(20px)';
|
||||||
terminal.style.transition = 'all 0.2s';
|
terminal.style.transition = 'all 0.2s';
|
||||||
|
Loading…
Reference in New Issue
Block a user