fix(core): update
This commit is contained in:
parent
ed49de64bc
commit
9c2fe9f739
@ -3,6 +3,6 @@
|
||||
*/
|
||||
export const commitinfo = {
|
||||
name: '@designestate/dees-catalog',
|
||||
version: '1.0.83',
|
||||
version: '1.0.84',
|
||||
description: 'website for lossless.com'
|
||||
}
|
||||
|
@ -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;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user