react-live-chat-loader
Advanced tools
Comparing version 2.1.0 to 2.1.1
@@ -46,2 +46,3 @@ "use strict"; | ||
alignItems: 'flex-end', | ||
padding: '.75rem', | ||
flexDirection: 'column' | ||
@@ -100,3 +101,3 @@ }, | ||
return _objectSpread({}, state, { | ||
bottom: windowWidth < 768 ? '10px' : '40px', | ||
bottom: windowWidth < 768 ? 0 : '24px', | ||
right: windowWidth < 768 ? 0 : '24px' | ||
@@ -103,0 +104,0 @@ }); |
{ | ||
"name": "react-live-chat-loader", | ||
"version": "2.1.0", | ||
"version": "2.1.1", | ||
"description": "Implement live chat in your react app without taking a performance hit.", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
90333
1364