mirror of
https://github.com/discourse/discourse.git
synced 2024-12-13 11:13:42 +08:00
435761ef58
This reverts commit 10e1831139
.
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;
|
|
}
|
|
}
|