diff --git a/ts_web/00_commitinfo_data.ts b/ts_web/00_commitinfo_data.ts index 9b9f645..9e205e0 100644 --- a/ts_web/00_commitinfo_data.ts +++ b/ts_web/00_commitinfo_data.ts @@ -3,6 +3,6 @@ */ export const commitinfo = { name: '@designestate/dees-catalog', - version: '1.0.123', + version: '1.0.124', description: 'website for lossless.com' } diff --git a/ts_web/elements/dees-button-exit.ts b/ts_web/elements/dees-button-exit.ts index 513534a..25922fa 100644 --- a/ts_web/elements/dees-button-exit.ts +++ b/ts_web/elements/dees-button-exit.ts @@ -20,7 +20,7 @@ export class DeesButtonExit extends DeesElement { @property({ type: Number }) - public size: number = 20; + public size: number = 24; public styles = [ cssManager.defaultStyles, @@ -37,12 +37,6 @@ export class DeesButtonExit extends DeesElement { width: ${this.size}px; height: ${this.size}px; } - .firstLine { - position: absolute; - } - .secondLine { - position: absolute; - }