From 96a3c841ee728cb2c280ca6775506670c9950f83 Mon Sep 17 00:00:00 2001 From: Er2 Date: Thu, 24 Mar 2022 13:30:24 +0300 Subject: [PATCH] emoji button fix --- btfl.css | 3 +++ 1 file changed, 3 insertions(+) diff --git a/btfl.css b/btfl.css index 83d55db..58e3e0a 100644 --- a/btfl.css +++ b/btfl.css @@ -390,6 +390,9 @@ div[class^="channelTextArea-"] > div[class^="scrollableContainer-"] div[class^="textArea-"] > * { left: 12px; } div[class^="channelTextArea-"] > div[class^="scrollableContainer-"] div[class^="buttons-"] { + height: auto; + flex-direction: column; + justify-content: center; border-top-left-radius: 0 !important; border-bottom-left-radius: 0 !important; }