emoji button fix

This commit is contained in:
Er2 2022-03-24 13:30:24 +03:00
parent 87928cade0
commit 96a3c841ee
1 changed files with 3 additions and 0 deletions

View File

@ -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;
}