Remove background from call window bottom

This commit is contained in:
Pierre HUBERT 2020-04-13 14:56:30 +02:00
parent d4260ee4c2
commit 92989a6341

View File

@ -112,6 +112,7 @@
display: flex; display: flex;
justify-content: space-around; justify-content: space-around;
align-items: center; align-items: center;
background-color: black;
} }
.call-window .window-bottom div { .call-window .window-bottom div {