mirror of https://github.com/OpenVidu/openvidu.git
ov-components: reduce max-width of pre-join component to improve layout
parent
0ad51d6c58
commit
2acf636842
|
@ -24,7 +24,7 @@
|
||||||
margin: auto;
|
margin: auto;
|
||||||
border-radius: var(--ov-surface-radius);
|
border-radius: var(--ov-surface-radius);
|
||||||
width: 90%;
|
width: 90%;
|
||||||
max-width: 400px;
|
max-width: 350px;
|
||||||
// max-height: 650px;
|
// max-height: 650px;
|
||||||
height: min-content;
|
height: min-content;
|
||||||
padding: 55px 40px;
|
padding: 55px 40px;
|
||||||
|
|
Loading…
Reference in New Issue