mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-04-15 16:39:14 +00:00
Merge pull request #485 in FS/freeswitch from ~STEFAN_YOHANSSON/freeswitch:bugfix/FS-8078-unsupported-browser-page-is-no-longer to master
* commit '5bf0d83474242065a0efec870c7fee419e0e0998': FS-8078 - [verto_communicator] fix display flex in safari
This commit is contained in:
commit
db2cd9f540
@ -39,15 +39,15 @@ 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: -webkit-flex; /* Safari */
|
|
||||||
-webkit-justify-content: center; /* Safari 6.1+ */
|
|
||||||
-webkit-align-items: center;
|
|
||||||
display: flex;
|
display: flex;
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
object-fit:inherit;
|
object-fit:inherit;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
height: 100%;
|
height: 100%;
|
||||||
|
display: -webkit-flex; /* Safari */
|
||||||
|
-webkit-justify-content: center; /* Safari 6.1+ */
|
||||||
|
-webkit-align-items: center;
|
||||||
}
|
}
|
||||||
|
|
||||||
.centered-block {
|
.centered-block {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user