@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/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.5",
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;
@@ -70,7 +70,7 @@
70
70
  color: #ffff;
71
71
  font-size: 12px;
72
72
  text-align: center;
73
- margin-top: 1px;
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: 2px;
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{