Skip to content

Commit 2acf636

Browse files
committed
ov-components: reduce max-width of pre-join component to improve layout
1 parent 0ad51d6 commit 2acf636

File tree

1 file changed

+1
-1
lines changed
  • openvidu-components-angular/projects/openvidu-components-angular/src/lib/components/pre-join

1 file changed

+1
-1
lines changed

openvidu-components-angular/projects/openvidu-components-angular/src/lib/components/pre-join/pre-join.component.scss

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
margin: auto;
2525
border-radius: var(--ov-surface-radius);
2626
width: 90%;
27-
max-width: 400px;
27+
max-width: 350px;
2828
// max-height: 650px;
2929
height: min-content;
3030
padding: 55px 40px;

0 commit comments

Comments
 (0)