mirror of
https://github.com/pierre42100/ComunicWeb
synced 2025-06-19 04:15:17 +00:00
Added emojie picker
This commit is contained in:
@ -8,5 +8,6 @@
|
||||
* Emoji images global style
|
||||
*/
|
||||
.emoji {
|
||||
height: 2em;
|
||||
width: auto !important;
|
||||
height: 2em !important;
|
||||
}
|
14
assets/css/components/emoji/picker.css
Normal file
14
assets/css/components/emoji/picker.css
Normal file
@ -0,0 +1,14 @@
|
||||
/**
|
||||
* Emoji picker stylesheet
|
||||
*
|
||||
* @author Pierre HUBERT
|
||||
*/
|
||||
|
||||
#emojiPicker {
|
||||
height: 0;
|
||||
}
|
||||
|
||||
.wdt-emoji-popup {
|
||||
z-index: 2;
|
||||
margin-top: 7px;
|
||||
}
|
Reference in New Issue
Block a user