@fullsession.io/fs-feedback-widget 1.5.4 → 1.5.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.5.4",
3
+ "version": "1.5.6",
4
4
  "scripts": {
5
5
  "build": "rollup -c",
6
6
  "dev": "rollup -c -w",
package/src/App.svelte CHANGED
@@ -224,7 +224,8 @@
224
224
  style=" width: 61%;
225
225
  text-align: center;
226
226
  margin-top: 7%;
227
- margin-left: 20%;"
227
+ margin-left: 20%;
228
+ padding-bottom: 8%;"
228
229
  >
229
230
  {feedback.wgThanksMsg}
230
231
  </div>
@@ -72,7 +72,7 @@ fsContainer{
72
72
  .fsThanksMessageCont{
73
73
  pointer-events: auto;
74
74
  width: 320px;
75
- height: 104px;
75
+ height: auto;
76
76
  background-color: rgb(255, 255, 255);
77
77
  margin-right: var(--widgetMarginRight);
78
78
  margin-left: var(--widgetMarginLeft);
@@ -2,14 +2,15 @@
2
2
  pointer-events: auto;
3
3
  display: flex;
4
4
  flex-direction: column;
5
- height: 190px;
5
+ height: fit-content;
6
6
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
7
7
  }
8
8
  .fsIcons {
9
9
  display: flex;
10
10
  flex-direction: row;
11
11
  justify-content: space-evenly;
12
- margin-top: 11%;
12
+ margin-top: 5%;
13
+ padding: 5%;
13
14
  }
14
15
  #fsTxt {
15
16
  font-size: 17px;
@@ -75,6 +76,10 @@
75
76
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
76
77
 
77
78
  }
79
+
80
+ .fsTextarea:focus {
81
+ outline: none !important;
82
+ }
78
83
  .fsSendButtonCommentComponent{
79
84
  pointer-events: auto;
80
85
  color: #ffff;
@@ -169,7 +174,7 @@
169
174
  pointer-events: auto;
170
175
  display: flex;
171
176
  flex-direction: column;
172
- height: 220px;
177
+ height: fit-content;
173
178
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
174
179
 
175
180
  }