use span for emoticons

Esse commit está contido em:
sualko
2017-06-29 10:22:45 +02:00
commit e7c5473298
3 arquivos alterados com 8 adições e 8 exclusões
+7 -1
Ver Arquivo
@@ -211,7 +211,7 @@
}
li {
div {
span {
float: left;
cursor: pointer;
border-radius: 3px;
@@ -548,6 +548,12 @@
background-image: image-url("filetypes/text.svg");
}
}
.jsxc_emoticon.jsxc_large {
width: 40px;
height: 40px;
margin-bottom: 7px;
}
}
.jsxc_timestamp {
-6
Ver Arquivo
@@ -5,12 +5,6 @@
background-size: contain;
border: 0;
vertical-align: bottom;
&.jsxc_large {
width: 40px;
height: 40px;
margin-bottom: 7px;
}
}
#jsxc_roster .jsxc_emoticon.jsxc_large {
+1 -1
Ver Arquivo
@@ -1422,7 +1422,7 @@ jsxc.gui = {
src = jsxc.options.root + '/lib/emojione/assets/svg/' + filename + '.svg';
}
var div = $('<div>');
var div = $('<span>');
div.addClass('jsxc_emoticon');
div.css('background-image', 'url(' + src + ')');