mirror of
https://github.com/discourse/discourse.git
synced 2024-12-02 20:53:44 +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>
9 lines
164 B
SCSS
9 lines
164 B
SCSS
.chat-composer-separator {
|
|
width: 1px;
|
|
margin: 10px 0.25rem;
|
|
box-sizing: border-box;
|
|
background: var(--primary-low-mid);
|
|
height: 30px;
|
|
display: flex;
|
|
}
|