mirror of
https://github.com/ianramzy/decentralized-video-chat.git
synced 2024-11-13 13:49:19 +08:00
changed dimensions of local video a bit
This commit is contained in:
parent
93b7f9b40b
commit
84f57bde97
10
public/css/chat.css
vendored
10
public/css/chat.css
vendored
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user