fix custom emoji positionning
This commit is contained in:
parent
58e3f4a34c
commit
761a910d31
|
@ -13,4 +13,10 @@
|
||||||
left: -1px;
|
left: -1px;
|
||||||
font-size: 19px !important;
|
font-size: 19px !important;
|
||||||
cursor: pointer !important;
|
cursor: pointer !important;
|
||||||
|
}
|
||||||
|
|
||||||
|
::ng-deep .emoji-mart-emoji-custom span {
|
||||||
|
position: relative;
|
||||||
|
top: 0px;
|
||||||
|
left: 0px;
|
||||||
}
|
}
|
Loading…
Reference in New Issue