Custom channel emoticons WIP (#130) + various fix

This commit is contained in:
John Livingston
2024-06-05 15:56:03 +02:00
parent 688ab4f029
commit 04403225fb
10 changed files with 215 additions and 23 deletions

View File

@ -423,3 +423,15 @@ livechat-tags-input {
filter: opacity(50%) grayscale(80%);
}
}
livechat-image-file-input {
img {
cursor: pointer;
position: fixed;
// width and height are values coming from ConverseJS custom emojis.
// If we want to upload something else, we should add options on the field to customize.
height: 1.5em;
width: 1.5em;
}
}