mirror of
https://github.com/discourse/discourse.git
synced 2024-12-03 17:53:41 +08:00
bdfd80bfe0
- 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>
15 lines
235 B
SCSS
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;
|
|
}
|
|
}
|