discourse/plugins/chat/assets/stylesheets/common/chat-composer-button.scss
Joffrey JAFFEUX bdfd80bfe0
UI: chat composer step 2 (#21641)
- few improved alignments
- displays emoji picker button inline on desktop
- keeps composer focused when focusing dropdown button
- align buttons to bottom when increasing height of textarea
- max-height of textarea is now linked to the height of the screen

Co-authored-by: chapoi <charlie@discourse.org>
2023-05-22 17:00:50 +02:00

15 lines
235 B
SCSS

.chat-composer-button {
box-sizing: border-box;
display: flex;
align-items: center;
justify-content: center;
&__btn {
box-sizing: border-box;
width: 50px;
border: 0;
height: 50px;
background: none;
}
}