mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-04-14 08:05:37 +00:00
FS-8078 #resolve fix safari without breaking firefox
This commit is contained in:
parent
d7cd5b6a1e
commit
78c93e632f
@ -39,10 +39,10 @@ body {
|
|||||||
/* This is an technique to align the block centered vertically
|
/* This is an technique to align the block centered vertically
|
||||||
and horizontally in a page. */
|
and horizontally in a page. */
|
||||||
.centered-block-frame {
|
.centered-block-frame {
|
||||||
|
display: flex;
|
||||||
display: -webkit-flex; /* Safari */
|
display: -webkit-flex; /* Safari */
|
||||||
-webkit-justify-content: center; /* Safari 6.1+ */
|
-webkit-justify-content: center; /* Safari 6.1+ */
|
||||||
-webkit-align-items: center;
|
-webkit-align-items: center;
|
||||||
display: flex;
|
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
object-fit:inherit;
|
object-fit:inherit;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user