mirror of
https://github.com/ianramzy/decentralized-video-chat.git
synced 2025-02-23 00:15:04 +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;
|
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 {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user