Display the list of emojies of the user

This commit is contained in:
2020-04-03 18:01:53 +02:00
parent 3833e46ba8
commit 46643e6303
6 changed files with 128 additions and 2 deletions

View File

@ -0,0 +1,15 @@
/**
* Custom emojis settings
*
* @author Pierre Hubert
*/
.box-emojis-settings td {
height: 69px;
text-align: center;
vertical-align: middle !important;
}
.box-emojis-settings img.e {
height: 2em;
}