@fullsession.io/fs-feedback-widget 1.2.4 → 1.2.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.
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +1 -1
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
- package/src/App.svelte +1 -1
- package/src/widgetPages/App.css +1 -1
- package/src/widgetPages/reactionpage.css +2 -3
package/package.json
CHANGED
package/src/App.svelte
CHANGED
package/src/widgetPages/App.css
CHANGED
|
@@ -70,7 +70,7 @@
|
|
|
70
70
|
color: #ffff;
|
|
71
71
|
font-size: 12px;
|
|
72
72
|
text-align: center;
|
|
73
|
-
margin-top:
|
|
73
|
+
margin-top: 7px;
|
|
74
74
|
|
|
75
75
|
}
|
|
76
76
|
.sendButtonContCommentComp{
|
|
@@ -104,7 +104,7 @@
|
|
|
104
104
|
color: black;
|
|
105
105
|
font-size: 12px;
|
|
106
106
|
text-align: center;
|
|
107
|
-
margin-top:
|
|
107
|
+
margin-top: 7px;
|
|
108
108
|
}
|
|
109
109
|
.footer{
|
|
110
110
|
pointer-events: auto;
|
|
@@ -168,7 +168,6 @@
|
|
|
168
168
|
text-align: center;
|
|
169
169
|
border: 0px;
|
|
170
170
|
background-color: #eaeaeb;
|
|
171
|
-
margin-top:3%;
|
|
172
171
|
outline: none;
|
|
173
172
|
}
|
|
174
173
|
#emailText{
|