mirror of
https://github.com/discourse/discourse.git
synced 2025-02-09 07:20:45 +08:00
![Krzysztof Kotlarek](/assets/img/avatar_default.png)
Before that change, footer of the sidebar was not visible. Footer is very important, especially now, when add custom section button is located there. Also, distance between chat input and keyboard were increased
9 lines
170 B
SCSS
9 lines
170 B
SCSS
.chat-composer-container {
|
|
.chat-composer {
|
|
margin: 0.25rem 10px 0 10px;
|
|
}
|
|
html.keyboard-visible .footer-nav-ipad & {
|
|
margin: 0.25rem 10px 1rem 10px;
|
|
}
|
|
}
|