From 34b182b35b10aa4459dfe8ede87e3330ecea5f8c Mon Sep 17 00:00:00 2001 From: Pierre HUBERT Date: Tue, 14 Apr 2020 18:31:12 +0200 Subject: [PATCH] Reindent lines --- assets/css/components/calls/window.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/assets/css/components/calls/window.css b/assets/css/components/calls/window.css index 94033cfa..cdf35ed6 100644 --- a/assets/css/components/calls/window.css +++ b/assets/css/components/calls/window.css @@ -177,7 +177,7 @@ /** * Responsive mode */ - @media screen and (max-width: 730px) { +@media screen and (max-width: 730px) { #callsTarget { z-index: 1030; @@ -196,4 +196,4 @@ .call-window .videos-area { flex-direction: column; } - } \ No newline at end of file +} \ No newline at end of file