From 88aa8e52d573ac661d227252e568ac02dfc4e296 Mon Sep 17 00:00:00 2001 From: Pierre HUBERT Date: Sun, 12 Apr 2020 18:57:56 +0200 Subject: [PATCH] Add responsive rules --- assets/css/components/calls/window.css | 22 +++++++++++++++++++++- 1 file changed, 21 insertions(+), 1 deletion(-) diff --git a/assets/css/components/calls/window.css b/assets/css/components/calls/window.css index a275aee2..8545a71c 100644 --- a/assets/css/components/calls/window.css +++ b/assets/css/components/calls/window.css @@ -106,4 +106,24 @@ .call-window .window-bottom div.hang-up-button { color: #dd4b39; -} \ No newline at end of file +} + +/** + * Responsive mode + */ + @media screen and (max-width: 730px) { + + #callsTarget { + z-index: 1030; + } + + .call-window { + width: 100%; + position: fixed; + left: 0px; + } + + .call-window .videos-area { + flex-direction: column; + } + } \ No newline at end of file