mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
UX: reduce composer jumpiness on android (#15184)
This commit is contained in:
parent
63112f89a3
commit
6d2eae27a6
@ -23,11 +23,14 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
.keyboard-visible &.open {
|
.keyboard-visible &.open {
|
||||||
height: calc(var(--composer-vh, 1vh) * 100);
|
height: 100%; // Android: Reduces composer jumpiness when the keyboard toggles
|
||||||
}
|
}
|
||||||
|
|
||||||
.keyboard-visible body.ios-safari-composer-hacks &.open .reply-area {
|
.keyboard-visible body.ios-safari-composer-hacks &.open {
|
||||||
padding-bottom: 0px;
|
height: calc(var(--composer-vh, 1vh) * 100);
|
||||||
|
.reply-area {
|
||||||
|
padding-bottom: 0px;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.reply-to {
|
.reply-to {
|
||||||
|
Loading…
Reference in New Issue
Block a user