• Resolved mmasouddd

    (@mmasouddd)


    Hi

    In settings/mobile when we enable full Screen Mode, the emojis in messages becomes hidden. I think this is a bug

    Also the reactions are too small. How can I make them bigger?

    Thanks

    • This topic was modified 1 year, 1 month ago by mmasouddd.
    • This topic was modified 1 year, 1 month ago by mmasouddd.
    • This topic was modified 1 year, 1 month ago by mmasouddd.
Viewing 1 replies (of 1 total)
  • Plugin Author wordplus

    (@wordplus)

    Hi there!

    At the mobile devices you need to use native emoji selector which is available in any mobile keyboard.

    To change reactions styling, you need to use CSS. This is the example:

    .bp-messages-wrap .bm-messages-list .bm-list .bm-messages-stack .bm-content .bm-messages-listing .bm-message .bm-message-content .bm-reactions-selector:hover .bm-reaction-icon>img {
        width: 25px !important;
        height: 25px !important;
    }

    Thanks!

Viewing 1 replies (of 1 total)
  • The topic ‘emojis’ is closed to new replies.