Message List: Fix margin in selection mode (#1453)

This commit is contained in:
Alexander Zinchuk 2021-09-17 17:17:29 +03:00
parent fdda362cb3
commit 12fc0eb12b

View File

@ -79,12 +79,6 @@
@media (max-width: 600px) {
margin-bottom: 4.25rem;
@supports (padding-bottom: env(safe-area-inset-bottom)) {
body:not(.keyboard-visible) & {
margin-bottom: calc(4.25rem + env(safe-area-inset-bottom));
}
}
}
&.ActionMessage {