@fullsession.io/fs-feedback-widget 1.2.4 → 1.2.6
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 +4 -4
package/package.json
CHANGED
package/src/App.svelte
CHANGED
package/src/widgetPages/App.css
CHANGED
|
@@ -28,8 +28,9 @@
|
|
|
28
28
|
}
|
|
29
29
|
|
|
30
30
|
.reactionText {
|
|
31
|
-
font-size:
|
|
31
|
+
font-size: 12px;
|
|
32
32
|
display: none;
|
|
33
|
+
margin-top: 9.5%;
|
|
33
34
|
}
|
|
34
35
|
.iconTextCont:hover{
|
|
35
36
|
pointer-events: auto;
|
|
@@ -70,7 +71,7 @@
|
|
|
70
71
|
color: #ffff;
|
|
71
72
|
font-size: 12px;
|
|
72
73
|
text-align: center;
|
|
73
|
-
margin-top:
|
|
74
|
+
margin-top: 7px;
|
|
74
75
|
|
|
75
76
|
}
|
|
76
77
|
.sendButtonContCommentComp{
|
|
@@ -104,7 +105,7 @@
|
|
|
104
105
|
color: black;
|
|
105
106
|
font-size: 12px;
|
|
106
107
|
text-align: center;
|
|
107
|
-
margin-top:
|
|
108
|
+
margin-top: 7px;
|
|
108
109
|
}
|
|
109
110
|
.footer{
|
|
110
111
|
pointer-events: auto;
|
|
@@ -168,7 +169,6 @@
|
|
|
168
169
|
text-align: center;
|
|
169
170
|
border: 0px;
|
|
170
171
|
background-color: #eaeaeb;
|
|
171
|
-
margin-top:3%;
|
|
172
172
|
outline: none;
|
|
173
173
|
}
|
|
174
174
|
#emailText{
|