From 9c2fe9f7390faf597f45fe1e4d4b6d2f8e3cdfc4 Mon Sep 17 00:00:00 2001 From: Philipp Kunz Date: Fri, 20 May 2022 19:48:48 +0200 Subject: [PATCH] fix(core): update --- ts_web/00_commitinfo_data.ts | 2 +- ts_web/elements/dees-speechbubble.ts | 11 ++++++----- 2 files changed, 7 insertions(+), 6 deletions(-) diff --git a/ts_web/00_commitinfo_data.ts b/ts_web/00_commitinfo_data.ts index 58cc0d9..1019c3c 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.83', + version: '1.0.84', description: 'website for lossless.com' } diff --git a/ts_web/elements/dees-speechbubble.ts b/ts_web/elements/dees-speechbubble.ts index 69bb3cf..31fb608 100644 --- a/ts_web/elements/dees-speechbubble.ts +++ b/ts_web/elements/dees-speechbubble.ts @@ -62,11 +62,11 @@ export class DeesSpeechbubble extends DeesElement { position: absolute; transform: rotate(45deg); background: ${cssManager.bdTheme('#fff', '#333')}; - height: 20px; - width: 20px; - left: 5px; + height: 15px; + width: 15px; + left: 4px; top: 5px; - border-radius: 3px; + border-radius: 2px; } .maincontainer { @@ -74,7 +74,8 @@ export class DeesSpeechbubble extends DeesElement { padding: 0px 10px; border-radius: 3px; position: absolute; - line-height: 30px; + line-height: 25px; + font-size: 12px; top: 0px; left: 8px; }