changed dimensions of local video a bit

This commit is contained in:
Chaphasilor 2020-04-12 14:59:58 +02:00 committed by Ian Ramzy
parent 93b7f9b40b
commit 84f57bde97
1 changed files with 6 additions and 4 deletions

10
public/css/chat.css vendored
View File

@ -398,14 +398,16 @@ button:hover {
left: 5rem; left: 5rem;
min-width: 20%; min-width: 20%;
min-height: 10%; min-height: 10%;
width: auto; width: initial;
height: auto; height: initial;
max-width: 20%; max-width: 25%;
} }
#moveable #local-video { #moveable #local-video {
width: 100%; width: auto;
height: auto; height: auto;
max-width: 100%;
max-height: 100%;
} }
#moveable p { #moveable p {