FIX: Broken css in #15141 (#15144)

This commit is contained in:
Jarek Radosz 2021-11-30 20:02:22 +01:00 committed by GitHub
parent 2eb162e25b
commit 0bf30196c9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -11,7 +11,7 @@
.reply-area {
padding: 6px;
padding-bottom: max(env(safe-area-inset-bottom), 6px);
padding-bottom: unquote("max(env(safe-area-inset-bottom), 6px)");
flex-grow: 1;
}