mirror of
https://github.com/discourse/discourse.git
synced 2024-11-27 03:10:46 -06:00
UX: chat composer > fix typing indicator and top padding (mobile) (#25821)
This commit is contained in:
parent
6437f27f90
commit
b2a2203140
@ -1,7 +1,10 @@
|
||||
.chat-composer {
|
||||
&__wrapper {
|
||||
padding-top: 0;
|
||||
padding-top: 0.75rem;
|
||||
background: none;
|
||||
.chat-replying-indicator {
|
||||
padding-left: calc(1rem + (2 * 5px) + 0.2rem + (2 * 0.65rem));
|
||||
}
|
||||
}
|
||||
&__outer-container {
|
||||
padding: 0;
|
||||
|
Loading…
Reference in New Issue
Block a user