Various fixes and improvements to emojification.
- Use locally hosted emoji - Emojify SenderProfile and m.emote - Fix emoji spacing
This commit is contained in:
parent
d01e2506f5
commit
bd9f5d3e06
5 changed files with 12 additions and 51 deletions
|
@ -120,8 +120,10 @@ limitations under the License.
|
|||
|
||||
/* end of overrides */
|
||||
|
||||
.mx_EventTile_bigEmoji {
|
||||
/* HACK to override line-height which is already marked important elsewhere */
|
||||
.mx_EventTile_bigEmoji.mx_EventTile_bigEmoji {
|
||||
font-size: 48px ! important;
|
||||
line-height: 48px ! important;
|
||||
}
|
||||
|
||||
/* this is used for the tile for the event which is selected via the URL.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue