mirror of
https://github.com/discourse/discourse.git
synced 2025-02-07 20:08:26 +00:00
FIX: compensate for lack of replying indicator on draft (#21597)
As we don't have the spacing generated by the replying indicator, we need to manually add spacing.
This commit is contained in:
parent
009006893e
commit
928fab1c4e
@ -37,7 +37,9 @@
|
||||
}
|
||||
}
|
||||
|
||||
.ios-device.keyboard-visible & {
|
||||
.chat-composer__wrapper {
|
||||
padding-bottom: 0.5em;
|
||||
padding-bottom: 1rem;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user