discourse/plugins/chat/assets/stylesheets/common/chat-composer-separator.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

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