fix(core): update
This commit is contained in:
		| @@ -3,6 +3,6 @@ | ||||
|  */ | ||||
| export const commitinfo = { | ||||
|   name: '@designestate/dees-catalog', | ||||
|   version: '1.0.86', | ||||
|   version: '1.0.87', | ||||
|   description: 'website for lossless.com' | ||||
| } | ||||
|   | ||||
| @@ -59,13 +59,16 @@ export class DeesSpeechbubble extends DeesElement { | ||||
|       } | ||||
|  | ||||
|       .maincontainer { | ||||
|         will-change: transform; | ||||
|         transition: transform 0.2s; | ||||
|         transform: translateX(0px); | ||||
|         position: relative; | ||||
|         transition: all 0.2s; | ||||
|         margin-left: 0px; | ||||
|       } | ||||
|  | ||||
|       .maincontainer:hover { | ||||
|         margin-left: 3px; | ||||
|         transform: translateX(3px); | ||||
|       } | ||||
|  | ||||
|       .arrow { | ||||
|   | ||||
		Reference in New Issue
	
	Block a user