Add icon picker (#496)

Closes #495
This commit is contained in:
Baptiste Arnaud
2023-05-11 10:32:33 -04:00
committed by GitHub
parent 36bec36775
commit 9abc50dce5
1404 changed files with 1587 additions and 30 deletions

View File

@@ -316,6 +316,13 @@ textarea {
object-fit: cover;
}
.typebot-picture-button.has-svg > img,
.typebot-selectable-picture.has-svg > img {
max-height: 128px;
object-fit: contain;
padding: 1rem;
}
.typebot-selectable-picture {
border: 1px solid rgba(var(--typebot-button-bg-color-rgb), 0.25);
border-radius: var(--typebot-border-radius);