meet/styles/PageClientImpl.css
2025-03-17 21:18:15 +05:30

26 lines
348 B
CSS

.main-container {
height: 100%;
}
.pre-join-container {
display: grid;
place-items: center;
height: 100%;
}
.video-grid {
height: calc(100vh - 60px) !important;
}
.video-container {
position: relative;
width: 100%;
height: 100%;
}
.empty-video-container {
height: calc(100vh - 60px);
display: grid;
place-items: center;
}