rasp-feedback 1.0.4 → 1.0.5

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -124,8 +124,8 @@ export const RaspProvider = ({ children, launcherPosition }) => {
124
124
  if (isMobile) {
125
125
  return {
126
126
  position: "fixed",
127
- top: "50%",
128
- left: "50%",
127
+ top: "48%",
128
+ left: "30%",
129
129
  transform: "translate(-50%, -50%)",
130
130
  zIndex: 1000000000000000,
131
131
  padding: 0,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "rasp-feedback",
3
- "version": "1.0.4",
3
+ "version": "1.0.5",
4
4
  "description": "Official Rasp SDK to implement your user feedback collection forms easily into your website.",
5
5
  "main": "./dist/nextjs/index.js",
6
6
  "types": "./dist/nextjs/index.d.ts",