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; }