fix(core): update

This commit is contained in:
Philipp Kunz 2022-05-20 19:48:48 +02:00
parent ed49de64bc
commit 9c2fe9f739
2 changed files with 7 additions and 6 deletions

View File

@ -3,6 +3,6 @@
*/
export const commitinfo = {
name: '@designestate/dees-catalog',
version: '1.0.83',
version: '1.0.84',
description: 'website for lossless.com'
}

View File

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