fix(Safari): Fix zoomed in mobile interface and cropped tile

pull/8507/head jitsi-meet_5468
Mihai-Andrei Uscat 4 years ago committed by GitHub
parent af8072d9d2
commit 3f93726c41
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 3
      css/filmstrip/_tile_view.scss
  2. 2
      index.html

@ -15,7 +15,7 @@
box-sizing: border-box;
display: flex;
flex-direction: column;
height: 100vh;
height: 100%;
width: 100vw;
}
@ -88,6 +88,7 @@
box-sizing: border-box;
display: flex;
flex-wrap: wrap;
flex-shrink: 0;
margin-top: auto;
margin-bottom: auto;
justify-content: center;

@ -3,7 +3,7 @@
<!--#include virtual="head.html" -->
<meta charset="utf-8">
<meta http-equiv="content-type" content="text/html;charset=utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0">
<meta name="theme-color" content="#2A3A4B">
<!--#include virtual="base.html" -->

Loading…
Cancel
Save