@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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fullsession.io/fs-feedback-widget",
3
- "version": "1.2.4",
3
+ "version": "1.2.6",
4
4
  "scripts": {
5
5
  "build": "rollup -c",
6
6
  "dev": "rollup -c -w",
package/src/App.svelte CHANGED
@@ -11,7 +11,7 @@
11
11
  let iconColor = "";
12
12
  let widgetName="Feedback"
13
13
  if(feedback.wgLanguage == "en"){
14
- widgetName = "feedback"
14
+ widgetName = " Feedback"
15
15
  } else if(feedback.wgLanguage == "ar"){
16
16
  widgetName = "رأي"
17
17
  } else{
@@ -34,7 +34,7 @@ container{
34
34
  }
35
35
  #feedbackTxt {
36
36
  color: var(--widgetTextColor);
37
- font-size: 13px;
37
+ font-size: 15px;
38
38
  writing-mode: vertical-lr;
39
39
  transform: rotate(180deg);
40
40
  cursor: pointer;
@@ -28,8 +28,9 @@
28
28
  }
29
29
 
30
30
  .reactionText {
31
- font-size: 9px;
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: 1px;
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: 2px;
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{