mirror of
https://github.com/discourse/discourse.git
synced 2024-11-26 19:43:38 +08:00
f45d1e6791
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
8 lines
99 B
SCSS
8 lines
99 B
SCSS
.chat-composer {
|
|
&__input {
|
|
.ios-device & {
|
|
background-color: transparent;
|
|
}
|
|
}
|
|
}
|