From a2b9351afc88162eb5878a76105e64c833369111 Mon Sep 17 00:00:00 2001 From: Miroslav Pejic Date: Sun, 24 Jan 2021 11:26:56 +0100 Subject: [PATCH] [mirotalk] - fix chat room for mobile --- www/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/www/style.css b/www/style.css index 7da2c514..83118ccd 100755 --- a/www/style.css +++ b/www/style.css @@ -36,11 +36,11 @@ * { outline: none; - font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, - Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif; } body { + font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, + Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif; background: #000000; background-image: url("/images/loader.gif"); background-repeat: no-repeat;