Revert "Middle Column: Add safe zone on iPhone X (#1380)"
This reverts commit aac16ec30d78c0187a67b2d6ca9697caf2cd4a05.
This commit is contained in:
parent
8c3c575855
commit
2163a2afd1
@ -249,12 +249,6 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@supports (padding-bottom: env(safe-area-inset-bottom)) {
|
|
||||||
&:not(.no-composer) {
|
|
||||||
padding-bottom: env(safe-area-inset-bottom);
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
&::before {
|
&::before {
|
||||||
content: "";
|
content: "";
|
||||||
position: absolute;
|
position: absolute;
|
||||||
|
|||||||
@ -29,11 +29,6 @@
|
|||||||
padding-left: 1rem;
|
padding-left: 1rem;
|
||||||
padding-right: 0.5rem;
|
padding-right: 0.5rem;
|
||||||
|
|
||||||
@supports (padding-bottom: env(safe-area-inset-bottom)) {
|
|
||||||
padding-bottom: env(safe-area-inset-bottom);
|
|
||||||
height: calc(3.5rem + env(safe-area-inset-bottom));
|
|
||||||
}
|
|
||||||
|
|
||||||
> .counter {
|
> .counter {
|
||||||
flex: 1;
|
flex: 1;
|
||||||
color: var(--color-text-secondary);
|
color: var(--color-text-secondary);
|
||||||
|
|||||||
@ -3,7 +3,7 @@
|
|||||||
|
|
||||||
<head>
|
<head>
|
||||||
<meta charset="UTF-8">
|
<meta charset="UTF-8">
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no, viewport-fit=cover">
|
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
|
||||||
<meta name="apple-mobile-web-app-capable" content="yes">
|
<meta name="apple-mobile-web-app-capable" content="yes">
|
||||||
<meta name="apple-mobile-web-app-title" content="Telegram WebZ">
|
<meta name="apple-mobile-web-app-title" content="Telegram WebZ">
|
||||||
<meta name="application-name" content="Telegram WebZ">
|
<meta name="application-name" content="Telegram WebZ">
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user