fix ios 14.2 bug

This commit is contained in:
Jakob Ketterl 2021-02-15 00:04:43 +01:00
parent 48c594fdae
commit 830d7ae656
1 changed files with 2 additions and 0 deletions

View File

@ -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 {