fix: adjust minimum height of disconnected container to improve layout
This commit is contained in:
parent
0cf5eba604
commit
62e4b1958a
@ -5,7 +5,7 @@
|
|||||||
display: flex;
|
display: flex;
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
min-height: 100vh;
|
min-height: 90vh;
|
||||||
padding: var(--ov-meet-spacing-lg);
|
padding: var(--ov-meet-spacing-lg);
|
||||||
background: linear-gradient(135deg, var(--ov-meet-background-color) 0%, var(--ov-meet-background-secondary) 100%);
|
background: linear-gradient(135deg, var(--ov-meet-background-color) 0%, var(--ov-meet-background-secondary) 100%);
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user