@design.estate/dees-catalog 1.0.268 → 1.0.269

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@design.estate/dees-catalog",
3
- "version": "1.0.268",
3
+ "version": "1.0.269",
4
4
  "private": false,
5
5
  "description": "website for lossless.com",
6
6
  "main": "dist_ts_web/index.js",
@@ -3,6 +3,6 @@
3
3
  */
4
4
  export const commitinfo = {
5
5
  name: '@design.estate/dees-catalog',
6
- version: '1.0.268',
6
+ version: '1.0.269',
7
7
  description: 'website for lossless.com'
8
8
  }
@@ -145,6 +145,8 @@ export class DeesSimpleAppDash extends DeesElement {
145
145
  terminal.style.position = 'absolute';
146
146
  terminal.style.top = '0px';
147
147
  terminal.style.left = '0px';
148
+ terminal.style.right = '0px';
149
+ terminal.style.bottom = '0px';
148
150
  terminal.style.opacity = '0';
149
151
  terminal.style.transform = 'translateY(20px)';
150
152
  terminal.style.transition = 'all 0.2s';