UX: Restore full sized composer on mobile (#18400)

This commit is contained in:
Rafael dos Santos Silva 2022-09-28 15:32:09 -03:00 committed by GitHub
parent 64601779f0
commit ea3bc7d7dc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 1 deletions

View File

@ -24,7 +24,6 @@
.keyboard-visible &.open {
height: 100%; // Android: Reduces composer jumpiness when the keyboard toggles
height: calc(100% - (10px + env(keyboard-inset-height)));
}
.keyboard-visible body.ios-safari-composer-hacks &.open {