discourse/plugins/chat/assets/stylesheets/mobile/chat-composer.scss
Joffrey JAFFEUX f45d1e6791
UX: implements new composer design (#21588)
This is only the first steps of a redesign

- redesigns the buttons to have a larger hitzone
- generally bigger composer
- clicking near textarea focuses the input
- relies on the fact that safe-area-inset-bottom is set globally and doesn’t need to be set in sub components
2023-05-16 17:17:12 +02:00

8 lines
99 B
SCSS

.chat-composer {
&__input {
.ios-device & {
background-color: transparent;
}
}
}