From 92989a6341f0ff933e4777f62dad2e1dd34fc752 Mon Sep 17 00:00:00 2001 From: Pierre HUBERT Date: Mon, 13 Apr 2020 14:56:30 +0200 Subject: [PATCH] Remove background from call window bottom --- assets/css/components/calls/window.css | 1 + 1 file changed, 1 insertion(+) diff --git a/assets/css/components/calls/window.css b/assets/css/components/calls/window.css index dc7b602d..fbc5e37d 100644 --- a/assets/css/components/calls/window.css +++ b/assets/css/components/calls/window.css @@ -112,6 +112,7 @@ display: flex; justify-content: space-around; align-items: center; + background-color: black; } .call-window .window-bottom div {