diff --git a/package-lock.json b/package-lock.json index 9e48a69..59059f1 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "blip-chat-widget", - "version": "1.8.0-beta.2", + "version": "1.9.0-beta.1", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 54d7f7c..d61ae9c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "blip-chat-widget", - "version": "1.8.0-beta.2", + "version": "1.9.0-beta.1", "description": "", "main": "dist/blip-chat.js", "files": [ diff --git a/src/images/brand-logo.svg b/src/images/brand-logo.svg index a030cc3..85144a6 100644 --- a/src/images/brand-logo.svg +++ b/src/images/brand-logo.svg @@ -1,3 +1,3 @@ - - + + diff --git a/src/static/chat.html b/src/static/chat.html index 92662dc..316fdc2 100644 --- a/src/static/chat.html +++ b/src/static/chat.html @@ -1,8 +1,6 @@
-
- -
+
+ + \ No newline at end of file diff --git a/src/styles/main.scss b/src/styles/main.scss index 305fc56..7ef2ba9 100644 --- a/src/styles/main.scss +++ b/src/styles/main.scss @@ -109,17 +109,9 @@ $maxHeight: 420px; img, svg { width: 100%; height: 100%; - border-radius: 0%; - } - .blip-container-img{ - max-width: 27px; - max-height: 29.97px; - width: auto; - height: auto; + border-radius: 50%; } - } - } #blip-chat-open-iframe {