mirror of
https://github.com/pierre42100/ComunicWeb
synced 2025-06-19 04:15:17 +00:00
Added emojie picker
This commit is contained in:
@ -12,6 +12,15 @@
|
||||
margin-top: 0px;
|
||||
}
|
||||
|
||||
.comment-creation-form .input-group-btn .comment-emoji-select .btn {
|
||||
padding-left: 4px;
|
||||
padding-right: 2px;
|
||||
}
|
||||
.comment-creation-form .input-group-btn .comment-image-select .btn {
|
||||
padding-left: 2px;
|
||||
padding-right: 5px;
|
||||
}
|
||||
|
||||
.comment-creation-form .comment-image-select {
|
||||
margin-bottom: -2px !important;
|
||||
}
|
||||
@ -20,6 +29,7 @@
|
||||
display: none;
|
||||
}
|
||||
|
||||
.comment-creation-form .comment-image-select a {
|
||||
.comment-creation-form .comment-image-select a,
|
||||
.comment-creation-form .comment-emoji-select a {
|
||||
color: black;
|
||||
}
|
Reference in New Issue
Block a user