nuxt-intercom
Advanced tools
Comparing version
@@ -14,3 +14,3 @@ const INTERCOM_URL = "https://widget.intercom.io/widget/"; | ||
const style = document.createElement("style"); | ||
style.innerHTML = `#intercom-container .intercom-borderless-frame{bottom:${settings.vertical_padding}px!important}`; | ||
style.innerHTML = `#intercom-container iframe[name=intercom-chat-frame]{bottom:${settings.vertical_padding}px!important}`; | ||
headOrBody.appendChild(style); | ||
@@ -17,0 +17,0 @@ } |
{ | ||
"name": "nuxt-intercom", | ||
"version": "1.0.4", | ||
"version": "1.0.5", | ||
"description": "NuxtJS module for Intercom", | ||
@@ -5,0 +5,0 @@ "repository": "github:dogchef-be/nuxt-intercom", |
Sorry, the diff of this file is not supported yet
10274
0.06%