提交 5bf0d834 authored 作者: Stefan Yohansson's avatar Stefan Yohansson

FS-8078 - [verto_communicator] fix display flex in safari

上级 d66d2271
......@@ -39,15 +39,15 @@ body {
/* This is an technique to align the block centered vertically
and horizontally in a page. */
.centered-block-frame {
display: -webkit-flex; /* Safari */
-webkit-justify-content: center; /* Safari 6.1+ */
-webkit-align-items: center;
display: flex;
justify-content: center;
align-items: center;
object-fit:inherit;
width: 100%;
height: 100%;
display: -webkit-flex; /* Safari */
-webkit-justify-content: center; /* Safari 6.1+ */
-webkit-align-items: center;
}
.centered-block {
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论