From 84f57bde97bbc44d1b225e9267025d421c021c9e Mon Sep 17 00:00:00 2001 From: Chaphasilor Date: Sun, 12 Apr 2020 14:59:58 +0200 Subject: [PATCH] changed dimensions of local video a bit --- public/css/chat.css | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/public/css/chat.css b/public/css/chat.css index d8dbe6e..5d26b95 100644 --- a/public/css/chat.css +++ b/public/css/chat.css @@ -398,14 +398,16 @@ button:hover { left: 5rem; min-width: 20%; min-height: 10%; - width: auto; - height: auto; - max-width: 20%; + width: initial; + height: initial; + max-width: 25%; } #moveable #local-video { - width: 100%; + width: auto; height: auto; + max-width: 100%; + max-height: 100%; } #moveable p {