From 830d7ae656b0ccd281b03e44ba184b7dd71a6b3a Mon Sep 17 00:00:00 2001 From: Jakob Ketterl Date: Mon, 15 Feb 2021 00:04:43 +0100 Subject: [PATCH] fix ios 14.2 bug --- htdocs/css/openwebrx.css | 2 ++ 1 file changed, 2 insertions(+) diff --git a/htdocs/css/openwebrx.css b/htdocs/css/openwebrx.css index 30028b2..64e4a31 100644 --- a/htdocs/css/openwebrx.css +++ b/htdocs/css/openwebrx.css @@ -912,6 +912,8 @@ img.openwebrx-mirror-img display: flex; flex-direction: row; gap: 10px; + /* compatibility with iOS 14.2 */ + flex: 0 0 auto; } .openwebrx-meta-slot {