Message List: Fix margin in selection mode (#1453)
This commit is contained in:
parent
fdda362cb3
commit
12fc0eb12b
@ -79,12 +79,6 @@
|
|||||||
|
|
||||||
@media (max-width: 600px) {
|
@media (max-width: 600px) {
|
||||||
margin-bottom: 4.25rem;
|
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 {
|
&.ActionMessage {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user