🚸 (sheets) Better Get data settings UI
This commit is contained in:
@@ -4,7 +4,7 @@
|
||||
- Paste the following Custom CSS:
|
||||
|
||||
```css
|
||||
body {
|
||||
.typebot-container {
|
||||
direction: rtl;
|
||||
}
|
||||
|
||||
@@ -13,15 +13,9 @@ body {
|
||||
margin-left: 0.5rem;
|
||||
}
|
||||
|
||||
.typebot-guest-bubble {
|
||||
margin-right: 0;
|
||||
margin-left: 0.5rem;
|
||||
}
|
||||
|
||||
.bubble1,
|
||||
.bubble2 {
|
||||
margin-right: 0;
|
||||
margin-left: 0.25rem;
|
||||
.guest-container {
|
||||
margin-left: 0;
|
||||
margin-right: 50px;
|
||||
}
|
||||
```
|
||||
|
||||
|
||||
@@ -518,6 +518,18 @@
|
||||
"properties": {
|
||||
"url": {
|
||||
"type": "string"
|
||||
},
|
||||
"clickLink": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"url": {
|
||||
"type": "string"
|
||||
},
|
||||
"alt": {
|
||||
"type": "string"
|
||||
}
|
||||
},
|
||||
"additionalProperties": false
|
||||
}
|
||||
},
|
||||
"additionalProperties": false
|
||||
|
||||
@@ -179,6 +179,18 @@
|
||||
"properties": {
|
||||
"url": {
|
||||
"type": "string"
|
||||
},
|
||||
"clickLink": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"url": {
|
||||
"type": "string"
|
||||
},
|
||||
"alt": {
|
||||
"type": "string"
|
||||
}
|
||||
},
|
||||
"additionalProperties": false
|
||||
}
|
||||
},
|
||||
"additionalProperties": false
|
||||
@@ -2923,6 +2935,18 @@
|
||||
"properties": {
|
||||
"url": {
|
||||
"type": "string"
|
||||
},
|
||||
"clickLink": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"url": {
|
||||
"type": "string"
|
||||
},
|
||||
"alt": {
|
||||
"type": "string"
|
||||
}
|
||||
},
|
||||
"additionalProperties": false
|
||||
}
|
||||
},
|
||||
"additionalProperties": false
|
||||
|
||||
Reference in New Issue
Block a user