mirror of
https://github.com/danog/telegram-tt.git
synced 2024-11-27 12:55:11 +01:00
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) {
|
||||
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 {
|
||||
|
Loading…
Reference in New Issue
Block a user